Skip to content

Instantly share code, notes, and snippets.

@McFateM
Created May 18, 2020 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McFateM/4f1524627a5ebbcbeae299d43d002640 to your computer and use it in GitHub Desktop.
Save McFateM/4f1524627a5ebbcbeae299d43d002640 to your computer and use it in GitHub Desktop.
Example of acme.json w/ Valid Certs from HTTP-01 Challenge. Portions have been obfuscated.
{
"http": {
"Account": {
"Email": "digital@grinnell.edu",
"Registration": {
"body": {
"status": "valid",
"contact": [
"mailto:digital@grinnell.edu"
]
},
"uri": "https://acme-v02.api.letsencrypt.org/acme/acct/86439491"
},
"PrivateKey": "MIIJJw...Hg==",
"KeyType": "4096"
},
"Certificates": [
{
"domain": {
"main": "static.grinnell.edu"
},
"certificate": "LS0tL...tLS0K",
"key": "LS0tLS1CRUdJTiB...0tLS0K",
"Store": "default"
},
{
"domain": {
"main": "rootstalk-static.grinnell.edu"
},
"certificate": "LS0tLS...tLS0K",
"key": "LS0tLS...tLS0K",
"Store": "default"
},
{
"domain": {
"main": "vaf.grinnell.edu"
},
"certificate": "LS0tL...LQo=",
"key": "LS0tLS1CR...tLS0K",
"Store": "default"
},
{
"domain": {
"main": "vaf-kiosk.grinnell.edu"
},
"certificate": "LS0tLS...S0tCg==",
"key": "LS0tLS...UgS0VZLS0tLS0K",
"Store": "default"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment