Brainstorming acme/letsencrypt configuration file
| "acme": { | |
| "certstorePath": "/etc/certs/", | |
| "accounts": [ | |
| { | |
| "id": "nitor-srv01", | |
| "provider": "acme://letsencrypt.org/...", | |
| "acceptedAgreement": "https://letsencrypt.org/.../Agreement_v1.2.3.pdf", | |
| "certificates": [ | |
| { | |
| "id": "conflu", | |
| "organiztion": "My Conflu Organization", | |
| "hostnames": [ | |
| "conflu.example.org", | |
| "admin.conflu.example.org" | |
| ] | |
| }, | |
| { | |
| "id": "cv", | |
| "organization": "...", | |
| "hostnames": [ | |
| "cv.example.org" | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment