Tag Archives: ssl

Generate SSL CSR (Certificate Signing Request) from Command line without prompt

CSR with special chars? Add -utf8 to the openssl command If connecting via Putty set Windows Translation Remote character set to UTF.8 Without multiple DNS names: With multiple DNS names: Verify the CSR file: Verify the certificate file: For more information: HowTo: Create CSR using OpenSSL Without Prompt (Non-Interactive) Provide subjectAltName to openssl directly on… Read More »

SSL Certification Authority on Linux

SSL Certification authority In cryptography, a certificate authority, or certification authority, (CA) is an entity that issues digital certificates. The digital certificate certifies the ownership of a public key by the named subject of the certificate. This allows others (relying parties) to rely upon signatures or assertions made by the private key that corresponds to… Read More »