Certificate Signing Request
Welcome! Follow the instructions to obtain certificate for your domain(s):
1. Download Subject Alternative Name (SAN) example
2. Edit this example, write your actial domain names (CN, DNS.n) and other value (Country, State, Location, Organization)
3. Generate certificate signing request (CSR) and private key files with command:
openssl req -new -out domain.lib.csr -newkey rsa:2048 -nodes -sha256 -keyout domain.lib.key -config req_san_example.conf
4. File following form with CSR and info about you.
5. For generate CSR with ECC (do not support SAN = Subject Alternative Name):
openssl ecparam -out domain.lib.key -name prime256v1 -genkey && openssl req -new -key domain.lib.key -out domain.lib.csr -sha256 -config req_san_example.conf
Please send us info from your certificate signing request