This guide will be helpful if you want to issue SSL certificates for your server and clients, and use them on devices without bothering with browser security warnings.
When following the guide, you'll get the output files with .crt
, .key
and .csr
extensions,
while in other OpenSSL guides you may find command examples using .pem
files.
Don't worry, the file contents is the same: server.crt
= server-cert.pem
, ca.key
= ca-key.pem
and so on.
Requirements: