wok diff cacerts/stuff/make-cert.pl @ rev 18902

Up: 2.2.5 to 2.2.8 - Add: description file - Fix: display msg /usr/lib/bluefish
author Leonardo Laporte <hackdorte@sapo.pt>
date Fri Feb 19 07:04:57 2016 -0200 (2016-02-19)
parents d805d3de4546
children
line diff
     1.1 --- a/cacerts/stuff/make-cert.pl	Wed May 01 01:06:46 2013 +0000
     1.2 +++ b/cacerts/stuff/make-cert.pl	Fri Feb 19 07:04:57 2016 -0200
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/usr/bin/perl -w
     1.5  
     1.6  # Used to generate PEM encoded files from Mozilla certdata.txt.
     1.7 -# Run as ./mkcrt.pl > certificate.crt
     1.8 +# Run as ./make-cert.pl > certificate.crt
     1.9  #
    1.10  # Parts of this script courtesy of RedHat (mkcabundle.pl)
    1.11  #