You are here iC Home > Know-how > How To SSL - X.509 v2/3 > Tools > Perl Script sslcsr.pl

How To SSL - X.509 v2/3

5.1 Perl Script sslcsr.pl

Date: 12.05.2008

5 Tools [  up  ] - [ top ] - [ a - z ] - [ Discussion Board ] 6 Where to buy SSL certificates?

Perl Style

Creating a RSA PRIVATE KEY (foo.key) and CERTIFICATE REQUEST (foo.csr) with Perl and Expect.

&genCSR(
		country         => 'CH' ,
		state           => 'Zurich', 
		city            => 'Zurich' ,
		company         => 'My Org Ltd' ,
		section         => 'mySection' ,
		common_name     => $COMMON_NAME ,
		email           => 'foo@example.org' ,
	);

Usage:
# ./sslcsr.pl www.example.com

Download Perl Script: [ wget sslcsr.pl ]



Download other helper scripts

[ files/dummycert sh.txt ]
[ files/sign sh.txt ]




See also:


<- 5 Tools [  up  ] - [ top ] - [ index ] - [ Discussion Board ] 6 Where to buy SSL certificates? ->

copyright by retoh - created with mytexi