Hi,

I use to create my SSL certificates for Apache with the following commands:

# openssl genrsa -des3 -out ca.key 1024
# openssl req -new -x509 -days 365 -key ca.key -out ca.crt
# openssl genrsa -des3 -out server.key 1024
# openssl req -new -key server.key -out server.csr

After this, I sign server.csr with the sign.sh script from mod_ssl.

Until now, I've only sent certificates for companies to sign with only
two letters in the top domais, like .pt or .uk
But today, i need to create a certificate for a .net domain but in the
first question of the second and fourth commands (about the domain
name), it doesn't accept more than two letters.

So, my question, as you may already have guessed is how do I create a
certificate for a .net domain ?

Any help would be appreciated.

Warm Regards,
Mário Gamito
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to