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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH SCEPCLIENT "1" "July 2021" "scepclient 2.0.0" "User Commands"
.SH NAME
scepclient \- Simple Certificate Enrollment Protocol client
.SH DESCRIPTION
.HP
\fB\-ca\-fingerprint\fR string
.IP
SHA\-256 digest of CA certificate for NDES server. Note: Changed from MD5.
.HP
\fB\-cacert\-message\fR string
.IP
message sent with GetCACert operation
.HP
\fB\-certificate\fR string
.IP
certificate path, if there is no key, scepclient will create one
.HP
\fB\-challenge\fR string
.IP
enforce a challenge password
.HP
\fB\-cn\fR string
.IP
common name for certificate (default "scepclient")
.HP
\fB\-country\fR string
.IP
country code in certificate (default "US")
.HP
\fB\-debug\fR
.IP
enable debug logging
.HP
\fB\-keySize\fR int
.IP
rsa key size (default 2048)
.HP
\fB\-locality\fR string
.IP
locality for certificate
.HP
\fB\-log\-json\fR
.IP
use JSON for log output
.HP
\fB\-organization\fR string
.IP
organization for cert (default "scep\-client")
.HP
\fB\-ou\fR string
.IP
organizational unit for certificate (default "MDM")
.HP
\fB\-private\-key\fR string
.IP
private key path, if there is no key, scepclient will create one
.HP
\fB\-province\fR string
.IP
province for certificate
.HP
\fB\-server\-url\fR string
.IP
SCEP server url
.HP
\fB\-version\fR
.IP
prints version information
.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.
|