Skip to content

Create a Self-Signed Certificate with OpenSSL

To create a self-signed certificate for internal or testing use, enter the following commands:

openssl genrsa 1024 > host.key
openssl req -new -x509 -nodes -sha1 -days 1825 -key host.key > host.cert

One Trackback/Pingback

  1. [...] also: Generating Certificate Signing Requests. Post a comment — Trackback URI RSS 2.0 feed for these comments This entry (permalink) was [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*