Skip to the content.

Self-Signed TLS

Recipes

Self-Signed Certification

openssl req -new -x509 -newkey rsa:4096 -keyout client.key -out client.crt

References