diff --git a/strongMan/tests/tests/certificates/certificates.py b/strongMan/tests/tests/certificates/certificates.py index 10aefe1e..a1956e22 100644 --- a/strongMan/tests/tests/certificates/certificates.py +++ b/strongMan/tests/tests/certificates/certificates.py @@ -13,7 +13,7 @@ class TestCertificates(object): PKCS1_rsa_ca_encrypted = loader.create("ca.key") PKCS8_rsa_ca = loader.create("ca2.pkcs8") PKCS8_ec = loader.create("ec.pkcs8") - PKCS8_rsa_ca_encrypted = loader.create("ca_enrypted.pkcs8") + PKCS8_rsa_ca_encrypted = loader.create("ca_encrypted.pkcs8") X509_rsa_ca_der = loader.create("cacert.der") X509_ec = loader.create("ec.crt") PKCS1_ec = loader.create("ec2.key") diff --git a/strongMan/tests/tests/certificates/certs/ca_encrypted.pkcs8 b/strongMan/tests/tests/certificates/certs/ca_encrypted.pkcs8 new file mode 100644 index 00000000..ac639d81 Binary files /dev/null and b/strongMan/tests/tests/certificates/certs/ca_encrypted.pkcs8 differ diff --git a/strongMan/tests/tests/certificates/certs/ca_enrypted.pkcs8 b/strongMan/tests/tests/certificates/certs/ca_enrypted.pkcs8 deleted file mode 100644 index 27182ab1..00000000 Binary files a/strongMan/tests/tests/certificates/certs/ca_enrypted.pkcs8 and /dev/null differ diff --git a/strongMan/tests/tests/certificates/certs/warrior.pkcs12 b/strongMan/tests/tests/certificates/certs/warrior.pkcs12 index e15e60b4..d7d14b74 100644 Binary files a/strongMan/tests/tests/certificates/certs/warrior.pkcs12 and b/strongMan/tests/tests/certificates/certs/warrior.pkcs12 differ diff --git a/strongMan/tests/tests/certificates/certs/warrior_encrypted.pkcs12 b/strongMan/tests/tests/certificates/certs/warrior_encrypted.pkcs12 index c21e6643..6eceb99b 100644 Binary files a/strongMan/tests/tests/certificates/certs/warrior_encrypted.pkcs12 and b/strongMan/tests/tests/certificates/certs/warrior_encrypted.pkcs12 differ