PulleyScript: drop x509ca variable from example tlspool script, since it isn't declar...
authorAdriaan de Groot <groot@kde.org>
Sun, 3 Jul 2016 23:55:38 +0000 (01:55 +0200)
committerAdriaan de Groot <groot@kde.org>
Sun, 3 Jul 2016 23:55:38 +0000 (01:55 +0200)
src/pulley/pulleyscript/tests/tlspool-issuers.ply

index 36807d9..3cffc7e 100644 (file)
@@ -12,5 +12,5 @@
 
 ObjectClass: "tlsPoolTrustedIssuer" + TlsPoolCredentialType: "x509" + TlsPoolTrustAnchor: x509anchordn + TlsPoolValidationExpression: x509valexp + TlsPoolSupportedRole: x509role <- world
 
-x509ca,x509valexp,x509role -> tlspool (config="../etc/tlspool.conf", type="trust", args="cred,valexp,role", subtype="authority,x509")
+x509valexp,x509role -> tlspool (config="../etc/tlspool.conf", type="trust", args="cred,valexp,role", subtype="authority,x509")