logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

certipy - Utility to create and sign CAs and certificates

Description

       usage: certipy [-h] [--ca-name CA_NAME] [--overwrite] [--rm]

              [--cert-type  {rsa,dsa}]  [--bits  BITS]  [--valid  VALID]  [--alt-names  ALT_NAMES]  [--store-dir
              STORE_DIR] name

       Certipy: Create simple, self-signed certificate authorities and certs.

   positionalarguments:
       name   Name of the cert to create, defaults to creating a CA cert. If no signing --ca-name specified.

   options:-h, --help
              show this help message and exit

       --ca-name CA_NAME
              The name of the CA to sign this cert.

       --overwrite
              If the cert already exists, bump the serial and overwrite it.

       --rm   Remove the cert specified by name.

       --cert-type {rsa,dsa}
              The type of cert to create.

       --bits BITS
              The number of bits to use.

       --valid VALID
              Years the cert is valid for.

       --alt-names ALT_NAMES
              Alt names for the certificate (comma delimited).

       --store-dir STORE_DIR
              The location for the store and certs.

Name

       certipy - Utility to create and sign CAs and certificates

See Also

       The full documentation for certipy is maintained as a Texinfo manual.  If the info and  certipy  programs
       are properly installed at your site, the command

              infocertipy

       should give you access to the complete manual.

certipy 0.1.3                                     October 2022                                        CERTIPY(1)

See Also