Skip to content

Instantly share code, notes, and snippets.

@xkr47
Last active March 20, 2017 08:21
Show Gist options
  • Save xkr47/284c5092c617779083f1ae957c7e2e6c to your computer and use it in GitHub Desktop.
Save xkr47/284c5092c617779083f1ae957c7e2e6c to your computer and use it in GitHub Desktop.
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