Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xscertadmin(8) [mojave man page]

xscertadmin(8)						    BSD System Manager's Manual 					    xscertadmin(8)

NAME
xscertadmin -- process Certificate Revocation Lists in an OD environment SYNOPSIS
xscertadmin command [common options] [command options] DESCRIPTION
Manage Certificate Revocation Lists (CRLs) in an Open Directory Environment. COMMANDS
list [-x] [-v] [-d <debug_level>] [-a | <issuer_common_name>] add [-x] [-v] [-d <debug_level>] [-r <reason_code>] [-t <type>] <user/record name> add [-x] [-v] [-d <debug_level>] [-r <reason_code>] [-t <type>] -f <file_of_names> add [-x] [-v] [-d <debug_level>] [-r <reason_code>] -i <issuer_common_name> -s <serial_number> COMMON OPTIONS
-x/--xml Returns output to stdout in xml format. -v/--version Print the version of the tool. -d/--debug <debug_level> Sets the level of diagnostic message detail, 0 for off and 1 for on. LIST OPTIONS
-a/--all List all CRLs ADD OPTIONS
-f/--file A file containing names. -i/--issuer The common name of the issuer of the certificate. -r/--reason The revocation reason code. -s/--serial The serial number of the certificate to revoke. -t/--type The record type: user, device, computer or recordType. REASON CODES
0 unspecified 1 keyCompromise 2 cACompromise 3 affiliationChanged 4 superseded 5 cessationOfOperation 6 certificateHold 9 privilegeWithdrawn 10 aACompromise MacOSX June 1, 2019 MacOSX

Check Out this Related Man Page

PKI --SIGNCRL(1)						    strongSwan							  PKI --SIGNCRL(1)

NAME
pki --signcrl - Issue a Certificate Revocation List (CRL) using a CA certificate and key SYNOPSIS
pki --signcrl --cakey file|--cakeyid hex --cacert file [--lifetime days] [--lastcrl crl] [--basecrl crl] [--crluri uri] [--digest digest] [[--reason reason] [--date ts] --cert file|--serial hex] [--outform encoding] [--debug level] pki --signcrl --options file pki --signcrl -h | --help DESCRIPTION
This sub-command of pki(1) is used to issue a Certificate Revocation List (CRL) using a CA certificate and private key. OPTIONS
-h, --help Print usage information with a summary of the available options. -v, --debug level Set debug level, default: 1. -+, --options file Read command line options from file. -k, --cakey file CA private key file. Either this or --cakeyid is required. -x, --cakeyid hex Key ID of a CA private key on a smartcard. Either this or --cakey is required. -c, --cacert file CA certificate file. Required. -l, --lifetime days Days until the CRL gets a nextUpdate, default: 15. -a, --lastcrl crl CRL of lastUpdate to copy revocations from. -b, --basecrl crl Base CRL to create a delta CRL for. -u, --crluri uri Freshest delta CRL URI to include in CRL. Can be used multiple times. -g, --digest digest Digest to use for signature creation. One of md5, sha1, sha224, sha256, sha384, or sha512. Defaults to sha1. -f, --outform encoding Encoding of the created certificate file. Either der (ASN.1 DER) or pem (Base64 PEM), defaults to der. Revoked Certificates Multiple revoked certificates can be added to the CRL by either providing the certificate file or the respective serial number directly. A reason and a timestamp can be configured for each revocation (they have to be given before each certificate/serial on the command line). -r, --reason reason The reason why the certificate was revoked. One of key-compromise, ca-compromise, affiliation-changed, superseded, cessa- tion-of-operation, or certificate-hold. -d, --date ts Revocation date as Unix timestamp. Defaults to the current time. -z, --cert file Certificate file to revoke. -s, --serial hex Hexadecimal encoded serial number of the certificate to revoke. EXAMPLES
Revoke a certificate: pki --signcrl --cacert ca_cert.der --cakey ca_key.der --reason superseded --cert cert.der > crl.der Update an existing CRL with two new revocations, using the certificate's serial number, but no reason: pki --signcrl --cacert ca_cert.der --cakey ca_key.der --lastcrl old_crl.der --serial 0123 --serial 0345 > crl.der SEE ALSO
pki(1) 5.1.1 2013-08-12 PKI --SIGNCRL(1)
Man Page