diff options
Diffstat (limited to 'usr.sbin/httpd/conf/ssl.prm/README.PRM')
-rw-r--r-- | usr.sbin/httpd/conf/ssl.prm/README.PRM | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.sbin/httpd/conf/ssl.prm/README.PRM b/usr.sbin/httpd/conf/ssl.prm/README.PRM new file mode 100644 index 00000000000..af88235122e --- /dev/null +++ b/usr.sbin/httpd/conf/ssl.prm/README.PRM @@ -0,0 +1,18 @@ + + This is the ssl.prm/ directory of Apache/mod_ssl + where public DSA Parameter Files for SSL are stored. + + Per default the following files are provided: + + o snakeoil-ca-dsa.prm: + This is the DSA parameter file of the _DEMONSTRATION ONLY_ `Snake Oil' CA. + + o snakeoil-dsa.prm: + This is the DSA parameter file of the _DEMONSTRATION ONLY_ `Snake Oil' + server. + + You can view the ingredients of a particular parameter file in plain text + by running the command: + + $ openssl dsaparam -noout -text -in <name>.prm + |