blob: af88235122e53e898e7cbfdddc1bd859a6e44031 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|