Use forked pebble with support for EABs

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2019-12-03 17:03:40 +00:00
parent 861e0f95c6
commit 0f196a57dc
2 changed files with 8 additions and 3 deletions

View File

@ -15,7 +15,12 @@ data:
"certificate": "/config/cert.pem",
"privateKey": "/config/key.pem",
"httpPort": 80,
"tlsPort": 443
"tlsPort": 443,
"externalAccountBindingRequired": false,
"externalAccountMACKeys": {
"kid-1": "a2lkLXNlY3JldC0x",
"kid-2": "a2lkLXNlY3JldC0y"
}
}
}
cert.pem: |
@ -65,4 +70,4 @@ data:
majRYQKBgAMKJ3RlII0qvAfNFZr4Y2bNIq+60Z+Qu2W5xokIHCFNly3W1XDDKGFe
CCPHSvQljinke3P9gPt2HVdXxcnku9VkTti+JygxuLkVg7E0/SWwrWfGsaMJs+84
fK+mTZay2d3v24r9WKEKwLykngYPyZw5+BdWU0E+xx5lGUd3U4gG
-----END RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----

View File

@ -30,7 +30,7 @@ def install():
## field in this rule
go_repository(
name = "org_letsencrypt_pebble",
commit = "2787c898960ca6326da21ab48b76b080f89a8fec",
commit = "930cc9b6f9ecfb81d755a949cc525d515893ee0f",
remote = "https://github.com/munnerz/pebble",
vcs = "git",
importpath = "github.com/letsencrypt/pebble",