correct me if i am wrong,
1. i have to generate ssl using this command
openssl req -new -nodes -keyout sparrow-key.pem -subj
/C=CZ/L=Prague/O=CZ.NIC/OU=Registry/CN=registry.sparrowhost.in/ | openssl x509 -req -days
3650 -signkey sparrow-key.pem -out sparrow-cert.pem
2. and then paste it to /usr/share/fred-client/ssl folder
3. then i will have to create registrars using these ssl only right? according to your
https://fred.nic.cz/documentation/html/AdminManual/RegistryInitialization.h… guide 3.2.2
number.
here registry.sparrowhost.in is my server hostname. so after then i will be able to
connect epp client ?