Changes Worth Mentioning
Generation of Additional Client Certificates
It is now possible to generate additional client (or server) certificates:
gmake CN=2.eng.coolcorp.local PASSWORD=bunnies gen-client
This means that certificate and key filenames now include the CN (Common Name) used
for generation. To use 1.0 filenames, just move or copy the files:
# copy or move files to use hostname-neutral filenames,
# this step is optional
#
# This assumes that $(hostname) was used for CN
cp result/client_$(hostname)_certificate.pem result/client_certificate.pem
cp result/client_$(hostname)_key.pem result/client_key.pem
cp result/server_$(hostname)_certificate.pem result/server_certificate.pem
cp result/server_$(hostname)_key.pem result/server_key.pem
GitHub issue: #37
Improved Key Usage Defaults
GitHub issue: #38