diff options
Diffstat (limited to 'example/client-auth/pki.yaml')
| -rw-r--r-- | example/client-auth/pki.yaml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/example/client-auth/pki.yaml b/example/client-auth/pki.yaml new file mode 100644 index 0000000..e115c04 --- /dev/null +++ b/example/client-auth/pki.yaml @@ -0,0 +1,33 @@ +subject: + organization: + - "Acme Inc." + organizationalUnit: + - "IT" + locality: + - "Agloe" + country: + - "US" + province: + - "New York" +certs: + - name: "CA" + commonName: "CA" + isCA: true + expire: "720h" + - name: "Admins Intermediate CA" + commonName: "Admins Intermediate CA" + signer: "CA" + isCA: true + expire: "720h" + - name: "localhost" + commonName: "localhost" + dnsNames: + - "localhost" + signer: "Admins Intermediate CA" + expire: "720h" + - name: "bob@acme.com" + commonName: "bob@acme.com" + emailAddresses: + - "bob@acme.com" + signer: "Admins Intermediate CA" + expire: "720h"
\ No newline at end of file |
