Xice PKI |
Xice established the Xice PKI in support of the generation, issuance, distribution, revocation, administration, and management of public/private cryptographic keys that are contained in CA-signed X.509 Certificates. |
Xice Root Certificates
Download Root Cert:
Use step-cli:
step ca bootstrap --ca-url https://ca.xice.wang \
|
Xice Intermediate Certificates
Certificate Revocation Lists
|
Other Public Key
SSH Public Key:
Install SSH Key:
step ssh certificate --host $HOST\
|
ACME Server
API Server URL:
acme.sh Example:
acme.sh --issue --standalone -d foo.internal \
REQUESTS_CA_BUNDLE=$(step path)/certs/root_ca.crt \
|