====== Verisign Module Configuration Guide =====
This document will guide you through Verisign COM/NET EPP-DRS Module configuration.
===== Checklist =====
Make sure that you were certified by Verisign and have the following:
* Trusted SSL certificate. Common name (CN) of certificate must be registered with Verisign. Verisign offers a SSL certificate for certified registrars for free.
* SSL private key passphrase (optional).
* Login and password for EPP access.
You may want to check yor connection and certificate. Do the following in command line:
openssl s_client -connect verisign-epp-server:port -cert /path_to_cert -key path_to_private_key
You should see EPP greeting. Something like:
VeriSign Com/Net EPP Registration Server2008-04-07T08:22:21.0218Z1.0enurn:ietf:params:xml:ns:domain-1.0urn:ietf:params:xml:ns:host-1.0http://www.verisign.com/epp/idnLang-1.0http://www.verisign-grs.com/epp/namestoreExt-1.1urn:ietf:params:xml:ns:rgp-1.0http://www.verisign.com/epp/whoisInf-1.0http://www.verisign.com/epp/sync-1.0
==== SSL certchain ====
EPP-DRS uses the certchain file in PEM format. It is simple text file containing both certificate and private key.
Private key should go on new line after a certificate.
Certchain file may be generated by following commands:
cat path_to_key > certchain.pem
cat path_to_cert >> certchain.pem
cat path_to_cacert >> certchain.pem
===== Module configuration =====
You can now configure EPP-DRS module.
* Log in to admin area, enable the module.
* Go to ''Configure'' and fill the form:
''Login'': EPP login,\\
''Password'': EPP password,\\
''Server host'': EPP server host (Use ''epp.verisign-grs.com'' for production and ''epp-ote.verisign-grs.com'' for OT&E)\\
''Server port'': EPP TCP port (Use 700) :!: Port must be opened in your firewall.\\
''Path to SSL certificate'': Full path to your certchain certificate.\\
''SSL private key password'': If your private key protected with a password, enter it here.\\
''GURID'': Your account GURID. Can be found in ''Your NameStore manager panel -> Accounts -> View account information'' in Verisign NameStore manager panel.\\
Save your settings and use "Test module" link on ''Settings » Registry modules » View all
'' to test connection and operations.
===== Passing Verisign certification test =====
Verisign requires all registrars to pass certification test before they are allowed to go in production.
EPP-DRS will perform these tests for you. Just use the ''Run certification test'' option. Once the test is completed, you will be presented with the log that must be sent to Verisign.