Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 597 Bytes

CERTIFICATES.md

File metadata and controls

42 lines (26 loc) · 597 Bytes

Certificate Preparation

Root CA

A shortcut way to generate a root CA:

make clean-certificates generate-ca

ZMS Keys and Certificates

A shortcut way to generate certificates for Athenz ZMS:

make generate-zms

ZTS Keys and Certificates

A shortcut way to generate certificates for Athenz ZTS:

make generate-zts

Athenz Admin Keys and Certificates

A shortcut way to generate certificates for administrator:

make generate-admin

Athenz UI Keys and Certificates

A shortcut way to generate certificates for Athenz UI:

make generate-ui