- Step 1
Register the domain name for the website. A fully qualified domain name is needed to register an SSL certificate. Several domain registries exist. Some popular ones are godaddy.com, dotster.com and register.com.
- Step 2
Verify "whois" entries are valid. SSL verification involves a background check with the person registering the certificate with the information in the Whois Directory. The Whois Directory is a registry of domain
names and the owners. The domain information must be valid and public. Check your domain information at whois.net. - Step 3
Generate a key by opening a new command prompt in
Linux and entering the following commands:
openssl genrsa -out www..com.key 1024
openssl req -new -key www..com.key -out www. .com.csr
Replace "" with the name of the domain from step one. This creates a csr file needed for step four. - Step 4
Register the SSL certificate with a secure authority. The most popular company for SSL certification is Verisign. Register the certificate at verisign.com/ssl/buy-ssl-certificates/index.html. The company takes your private information and checks for contact information validity for registration.
Monday, August 17, 2009
How to Register an SSL Certificate
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment