Menu
picture of tbs certificates
picture of tbs certificates
Certificates
Our products range
Partners
Support
Focus


Generate a RGS server certificate with OpenSSL

To request a RGS server certificate with openssl, you need to use the same command you would use for a regular server certificat, but with a new configuration file, allowing new optional and mandatory fields specific to those products.

Download the openssl configuration file specific to your certificate.
To easily generate a CSR with openssl 0.9.7 or newer, you can use this quick syntax:

                                                                                                                                                                                                                                                                                       
  openssl req -config openssl-dem-server-cert.cnf -new -nodes -newkey rsa:2048 -keyout nouvelleclef.key -subj                                                                                                                                                                                                                   
  '/CN=www.mon.dom/C=FR/ST=Calvados/L=Caen/O=MA BOITE SAS/OU=0002 MONSIRET/organizationIdentifier=NTRFR-MONSIRET' 
  -out moncsr.csr                                                                                                                                                                                                                  
Please contact us to check the exact syntax of the OU and organizationIdentifier fields

Useful links