diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-27 11:00:20 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-07-11 09:05:18 +0200 |
commit | dd55f53a85ac2a5d6b106486b2beabd44f61151f (patch) | |
tree | 2388f933e0286649d6f691acbf625c4a5d327609 /doc | |
parent | 9b211116b86753ac6fbc1a3ff483cc36abb20024 (diff) | |
download | gnutls-dd55f53a85ac2a5d6b106486b2beabd44f61151f.tar.gz |
gnutls-http-serv: do not set the obsolete PGP options
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/credentials/gnutls-http-serv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/credentials/gnutls-http-serv b/doc/credentials/gnutls-http-serv index 8a58d50f37..5553a2d81a 100755 --- a/doc/credentials/gnutls-http-serv +++ b/doc/credentials/gnutls-http-serv @@ -4,5 +4,5 @@ --x509dsacertfile x509/cert-dsa.pem --x509dsakeyfile x509/key-dsa.pem \ --x509ecccertfile x509/cert-ecc.pem --x509ecckeyfile x509/key-ecc.pem \ --srppasswd srp/tpasswd --srppasswdconf srp/tpasswd.conf \ - --pgpkeyfile openpgp/sec.asc --pgpcertfile openpgp/pub.asc --pskpasswd psk-passwd.txt \ + --pskpasswd psk-passwd.txt \ $* |