Cryptographic & SSL/TLS library for secure communications
Cryptographic & SSL/TLS library
mbedtls$ openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365$ openssl s_client -connect example.com:443$ openssl x509 -in certificate.pem -text -noout