diff options
author | tron <tron> | 2000-07-21 16:59:28 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-21 16:59:28 +0000 |
commit | 307a9b2bf891639877cd29daef7fbec3df87496f (patch) | |
tree | 4e65e7e3da259942f360729124b5832fc41080b3 /www/ap-ssl/pkg | |
parent | ba7a1b2fd270c5d3236dfa86c347315990790111 (diff) | |
download | pkgsrc-307a9b2bf891639877cd29daef7fbec3df87496f.tar.gz |
Don't install dummy server key and certificate which would overwrite the
real certifacte and key during. Fixes PR pkg/10644 by Olaf Seibert.
Diffstat (limited to 'www/ap-ssl/pkg')
-rw-r--r-- | www/ap-ssl/pkg/PLIST | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/ap-ssl/pkg/PLIST b/www/ap-ssl/pkg/PLIST index 80dcf052f5c..bd0de62c725 100644 --- a/www/ap-ssl/pkg/PLIST +++ b/www/ap-ssl/pkg/PLIST @@ -1,18 +1,15 @@ -@comment $NetBSD: PLIST,v 1.3 1999/12/01 01:00:18 bad Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/07/21 16:59:31 tron Exp $ etc/httpd/ssl.crl/Makefile.crl etc/httpd/ssl.crl/README.CRL etc/httpd/ssl.crt/Makefile.crt etc/httpd/ssl.crt/README.CRT etc/httpd/ssl.crt/ca-bundle.crt -etc/httpd/ssl.crt/server.crt etc/httpd/ssl.crt/snakeoil-ca-dsa.crt etc/httpd/ssl.crt/snakeoil-ca-rsa.crt etc/httpd/ssl.crt/snakeoil-dsa.crt etc/httpd/ssl.crt/snakeoil-rsa.crt etc/httpd/ssl.csr/README.CSR -etc/httpd/ssl.csr/server.csr etc/httpd/ssl.key/README.KEY -etc/httpd/ssl.key/server.key etc/httpd/ssl.key/snakeoil-ca-dsa.key etc/httpd/ssl.key/snakeoil-ca-rsa.key etc/httpd/ssl.key/snakeoil-dsa.key |