hilophilo
02-02-2003, 09:47 PM
how do i set up the verification when using pop3 over ssl? im using rh8 and i want to use pop3 server which uses ssl. and everytime i access my mail though my mail client, it ask something about a certificate. what is that really? and how do i set it up on my pop3 server (or client) to accept that user which is me?
mychl
02-05-2003, 11:56 PM
SSL has a certificate and a key. SSL is what is used when you are on an encrypted or secured web page.
You may need to create a certificate and key for your machine.... It's been a while since I've done it, but there is a utility that will guide you through it. Once you are done you will have one file that contains your cert and your key, you will need to split that file to use it.
On my RH 7.3 box, /usr/share/ssl/ contains everything you need to create one.
Try /usr/share/ssl/misc/CA -newcert
???? I didn't answer your question, but hope I helped a little.