Last active
March 20, 2017 08:21
-
-
Save xkr47/284c5092c617779083f1ae957c7e2e6c to your computer and use it in GitHub Desktop.
Brainstorming acme/letsencrypt configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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