Self Signed SSL Certificate
This WebDNA talk-list message is from 2005
It keeps the original formatting.
numero = 62097
interpreted = N
texte = Hello!I want to implement a Self Signed SSL Certifacate for my WebServer. It's only for private use, and whyshould i pay VeriSign, or Thawte... whatever.So, i will generate my certificate on my Powerbook (OS: Tiger, and openssl).1.) generate private key for the host$ openssl genrsa -des3 -out server.key 10242.) create Certificate Signing Request (CSR) :$ openssl req -new -key /pfad/keys/server.key -out server.csr3.) generate Private Key for the CA:$ openssl genrsa -des3 -out ca.key 10244.) create Self Signed Certificate:$ openssl req -new -x509 -days 365 -key ssl.key/ca.key -out ca.crt5.)signate CSR from the root CA:$ openssl x509 -req -days 365 -in server.csr -signkey ca.key -out server.crtWhat's wrong? I think, step 5 isn't correct.The WebServer (WebStar 4.5 on MacOS9.2) says: SSL private key :server.key could not be decrypted. (bad password?)I'm sure, the password is right.THX A LOT!Regards,Chris-- Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list
.To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
| |
- Self Signed SSL Certificate ( "Christoph pucher" 2005)
|
Hello!I want to implement a Self Signed SSL Certifacate for my WebServer. It's only for private use, and whyshould i pay VeriSign, or Thawte... whatever.So, i will generate my certificate on my Powerbook (OS: Tiger, and openssl).1.) generate private key for the host$ openssl genrsa -des3 -out server.key 10242.) create Certificate Signing Request (CSR) :$ openssl req -new -key /pfad/keys/server.key -out server.csr3.) generate Private Key for the CA:$ openssl genrsa -des3 -out ca.key 10244.) create Self Signed Certificate:$ openssl req -new -x509 -days 365 -key ssl.key/ca.key -out ca.crt5.)signate CSR from the root CA:$ openssl x509 -req -days 365 -in server.csr -signkey ca.key -out server.crtWhat's wrong? I think, step 5 isn't correct.The WebServer (WebStar 4.5 on MacOS9.2) says: SSL private key :server.key could not be decrypted. (bad password?)I'm sure, the password is right.THX A LOT!Regards,Chris-- Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
"Christoph pucher"
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
WebCat2b15MacPlugin - showing [math] (1997)
Emailer and encryption (1997)
Enhancement Request for WebCatalog-NT (1996)
gateway application timeouts (1998)
Looking up two prices in database? (1997)
Date Calulation (1997)
Webmerchant (1999)
M$loth messes with our sites (again) 2004/02/03 (2004)
Authenticate (2000)
Fw: Linux w/ apache (2000)
[WebDNA] Easy Grep Question (2012)
newbies to web, spaces in email address (1998)
using french characters (2000)
Deleting with contexts (2001)
WebCat2 - Getting to the browser's username/password data (1997)
[listfiles] anomaly (2003)
Number searching/formats (1998)
Oops, my mistake - (was Bad suffix error) (1997)
WebCatalog can't find database (1997)
Various Problems (1997)