Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Re: Two-Way Password Encryption

by spartan (Pilgrim)
on May 08, 2003 at 02:43 UTC ( [id://256455]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Two-Way Password Encryption
in thread Two-Way Password Encryption

At the apache-ssl website, they have these instructions on how to create a test certificate. I did it today as a matter of fact.
Here's the dirt just in case you don't want to follow the link:
how do I create a test certificate?

Step one - create the key and request:

  openssl req -new > new.cert.csr

Step two - remove the passphrase from the key (optional):

  openssl rsa -in privkey.pem -out new.cert.key

Step three - convert request into signed cert:

   openssl x509 -in new.cert.csr -out new.cert.cert -req -signkey new.cert.key -days 365


Replace the word new-cert with a variable, and you could easily turn this into a quite simple script to spit out certificates as fast as the script will run.

This is obviously just a way to create certificates, making your web server of choice use them, is another animal.


Very funny Scotty... Now PLEASE beam down my PANTS!
  • Comment on Re: Re: Re: Two-Way Password Encryption

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://256455]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-19 15:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found