PDA

View Full Version : want to enable SSL



neorder
02-11-2004, 08:09 AM
i wanted to use DirectAdmin through SSL

so i tried to follow

# openssl req -new -x509 -keyout /usr/local/directadmin/conf/cakey.pem.tmp \
-out /usr/local/directadmin/conf/cacert.pem
# openssl rsa -in /usr/local/directadmin/conf/cakey.pem.tmp \
-out /usr/local/directadmin/conf/cakey.pem
# rm /usr/local/directadmin/conf/cakey.pem.tmp
# chown diradmin:diradmin /usr/local/directadmin/conf/cakey.pem
# chmod 400 /usr/local/directadmin/conf/cakey.pem

but when i only entered the first line of command, i was asked

Enter PEM pass phrase:

what is this pass phrase? thanks.

neorder
02-11-2004, 08:18 AM
nvm, i got it to work, just to set up a password, what is "PEM" anyway?...

DirectAdmin Support
02-11-2004, 10:57 AM
Hello,

The file extension :) ... I did a google search and found a few defintions:
Privacy Enhanced Mail
Password Expiration Management

It name of the file doesn't really matter as much, just as long as the path in the directadmin.conf points to the correct file.

John