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
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
[...] also: Generating Certificate Signing Requests. Post a comment — Trackback URI RSS 2.0 feed for these comments This entry (permalink) was [...]
Post a Comment