.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. .TH CERTIPY "1" "October 2022" "certipy 0.1.3" "User Commands" .SH NAME certipy \- Utility to create and sign CAs and certificates .SH DESCRIPTION usage: certipy [\-h] [\-\-ca\-name CA_NAME] [\-\-overwrite] [\-\-rm] .IP [\-\-cert\-type {rsa,dsa}] [\-\-bits BITS] [\-\-valid VALID] [\-\-alt\-names ALT_NAMES] [\-\-store\-dir STORE_DIR] name .PP Certipy: Create simple, self\-signed certificate authorities and certs. .SS "positional arguments:" .TP name Name of the cert to create, defaults to creating a CA cert. If no signing \fB\-\-ca\-name\fR specified. .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-ca\-name\fR CA_NAME The name of the CA to sign this cert. .TP \fB\-\-overwrite\fR If the cert already exists, bump the serial and overwrite it. .TP \fB\-\-rm\fR Remove the cert specified by name. .TP \fB\-\-cert\-type\fR {rsa,dsa} The type of cert to create. .TP \fB\-\-bits\fR BITS The number of bits to use. .TP \fB\-\-valid\fR VALID Years the cert is valid for. .TP \fB\-\-alt\-names\fR ALT_NAMES Alt names for the certificate (comma delimited). .TP \fB\-\-store\-dir\fR STORE_DIR The location for the store and certs. .SH "SEE ALSO" The full documentation for .B certipy is maintained as a Texinfo manual. If the .B info and .B certipy programs are properly installed at your site, the command .IP .B info certipy .PP should give you access to the complete manual.