1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH SCEPSERVER "1" "July 2021" "scepserver 2.0.0" "User Commands"
.SH NAME
scepserver \- Simple Certificate Enrollment Protocol server
.SH SYNOPSYS
.B scep
[
.B <command>
]
[
.B <args>
]
.SH OPTIONS
.HP
\fB\-allowrenew\fR string
.IP
do not allow renewal until n days before expiry, set to 0 to always allow (default "14")
.HP
\fB\-capass\fR string
.IP
passwd for the ca.key
.HP
\fB\-challenge\fR string
.IP
enforce a challenge password
.HP
\fB\-crtvalid\fR string
.IP
validity for new client certificates in days (default "365")
.HP
\fB\-csrverifierexec\fR string
.IP
will be passed the CSRs for verification
.HP
\fB\-debug\fR
.IP
enable debug logging
.HP
\fB\-depot\fR string
.IP
path to ca folder (default "depot")
.HP
\fB\-log\-json\fR
.IP
output JSON logs
.HP
\fB\-port\fR string
.IP
port to listen on (default "8080")
.HP
\fB\-version\fR
.IP
prints version information
.HP
.SH "REPORTING BUGS"
Report bugs to https://github.com/micromdm/scep
.SH AUTHOR
This manpage was written by Peymaneh Nejad for the Debian
distribution and can be used for any other usage of the program.
|