https://issues.apache.org/bugzilla/show_bug.cgi?id=47622





--- Comment #5 from Milamber <milambersp...@gmail.com>  2009-08-02 08:11:21 PST 
---
If you want create your ssl cert:


Generate SSL fake certificate
===================
Password (for ssl cert in zipfile): password

##### Create certificate
r...@svrtest2:~#  openssl req -new -x509 -days 3652 -keyout serverkey.pem -out
servercert.pem
Generating a 1024 bit RSA private key
........++++++
........................++++++
writing new private key to 'serverkey.pem'
Enter PEM pass phrase:
Verifying - Enter PEM pass phrase:
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:MA
State or Province Name (full name) [Some-State]:Rabat
Locality Name (eg, city) []:Temara
Organization Name (eg, company) [Internet Widgits Pty Ltd]:JMeter
Organizational Unit Name (eg, section) []:JMeter
Common Name (eg, YOUR name) []:Apache JMeter proxy recorder
Email Address []:webmas...@apache.org

###### export to pkcs12 format
r...@svrtest2:~# openssl pkcs12 -export -in servercert.pem -inkey serverkey.pem
-name "Apache JMeter proxy recorder" -clcerts -out server.p12
Enter pass phrase for serverkey.pem:
Enter Export Password:
Verifying - Enter Export Password:

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to