repair greenhost.patch for newer boulder version

This commit is contained in:
Maarten de Waard 2016-09-19 10:45:20 +02:00
parent 30d7787cb2
commit 50b1f3ffa7
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -40,7 +40,7 @@ Scripts
# LE HAProxy dev stuff
working
.vagrant
.vagrant*
certbot.log
# tmp files:

View File

@ -65,7 +65,10 @@ diff --git a/test/test-ca.key-pkcs11.json b/test/test-ca.key-pkcs11.json
index 7a8d348..746dee8 100644
--- a/test/test-ca.key-pkcs11.json
+++ b/test/test-ca.key-pkcs11.json
@@ -1,2 +1,2 @@
@@ -1,5 +1,5 @@
{
- "module": "/usr/local/lib/libpkcs11-proxy.so",
+ "module": "/usr/lib/softhsm/libsofthsm.so",
"tokenLabel": "intermediate",
"pin": "5678",
"privateKeyLabel": "intermediate_key"