kspillner b52bd5430b Update to v1.1.0.
ok sthen@
2016-01-28 17:15:00 +00:00

20 lines
755 B
Plaintext

$OpenBSD: patch-pki_README,v 1.2 2016/01/28 17:15:03 kspillner Exp $
--- pki/README.orig Sun May 10 16:35:22 2015
+++ pki/README Tue Nov 10 15:35:03 2015
@@ -21,7 +21,7 @@ and cert will not be trusted by anyone, for good reaso
Note, you can inspect any cert with the command:
- $ gnutls-certtool -i --infile $CERT
+ $ certtool -i --infile $CERT
There is a 'generate' script here that will perform the above steps. Take a
look at it to see the individual steps it takes to generate the proper set of
@@ -32,5 +32,5 @@ chosen parameters.
VAlidate a certificate with:
- $ gnutls-certtool --verify --infile client.cert.pem --load-ca-certificate ca.cert.pem
+ $ certtool --verify --infile client.cert.pem --load-ca-certificate ca.cert.pem