Welcome, Guest
Please Login or Register.
Lost Password?
Re: SSL Certs & CSR Generation (1 viewing)
Post Reply

TOPIC: Re: SSL Certs & CSR Generation

#3151
TimBenoit (User)
Posts: 9
graphgraph
SSL Certs & CSR Generation 2006/11/15 10:00  
I've generated a CSR, but the CA we're going through (Geo Trust) says that because there is no "Locality/City" in the CSR they will not provide the cert.

Any thoughts on how to get this taken care of?

  The administrator has disabled public write access.
#3171
TimBenoit (User)
Posts: 9
graphgraph
Re: SSL Certs & CSR Generation 2006/11/16 20:45  
Any thoughts on this one?
  The administrator has disabled public write access.
#3173
Joe (Admin)
Posts: 3798
graph
Re: SSL Certs & CSR Generation 2006/11/17 11:03  
Hey Tim,

I'll ask Jamie to add a field for "City or Locality" to the CSR generation form (not sure why it isn't there already). It'll be in virtual-server 3.30.

In the meantime, you can manually generate a csr and key with the following commands:

openssl genrsa -out domainname.key 1024
openssl req -new -key domainname.key -out domainname.csr
...Answer the questions...

To see what's in the CSR (for verification before sending, for example):

openssl req -noout -text -in domainname.csr

Make sure you hang on to that .key file! That's your key--you'll need it to start the webserver with the cert you get.
  The administrator has disabled public write access.
#3174
JamieCameron (Admin)
Posts: 342
graphgraph
Re: SSL Certs & CSR Generation 2006/11/17 11:19  
You know, I can't see any reason why I didn't include a field for the city in the first place! This will be added in the next Virtualmin release..
  The administrator has disabled public write access.
#3180
TimBenoit (User)
Posts: 9
graphgraph
Re: SSL Certs & CSR Generation 2006/11/19 06:46  
Thanks for the help. I've successfully generated the CSR using the manual method :)
  The administrator has disabled public write access.
Post Reply
get the latest posts directly to your desktop

Talk and Get Help

Support
Forums
Bugs and Issues

Get Virtualmin

OS Support
Buy Online
Download
Copyright 2005-2007 Virtualmin, Inc. All rights reserved.