diff --git a/.gitignore b/.gitignore index 39a2eb3..dc3e32b 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,7 @@ Scripts # LE HAProxy dev stuff working -.vagrant +.vagrant* certbot.log # tmp files: diff --git a/greenhost.patch b/greenhost.patch index 79a1e6f..aa129de 100644 --- a/greenhost.patch +++ b/greenhost.patch @@ -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"