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:
WebCat2 - storing unformatted date data? (1997)
Running _every_ page through WebCat ? (1997)
Urgent help needed (1998)
database size? (1997)
[OT] Indexing of dynamic web sites (2003)
More on the email templates (I like it) (1997)
Transfering [text] variables (2000)
2.0 Info (1997)
can WC render sites out? (1997)
notification solutions (1997)
Shopping Cart Problems (2000)
Bay Area Residents / Bay To Breakers (1998)
ANYONE (1999)
Protect Tag and Groups (1998)
[WebDNA] CORRECTION: 60% failure rate using replace in a loop (2010)
Sort Order on a page search (1997)
Exclude by date - multiple (1997)
no serial? (1998)
New Command prefs ... (1997)
b18 problem on NT 4.0 (1997)