Join Slack
Powered by
I created them using > ```openssl genrsa -out k...
# general
d
dabm
11/17/2020, 1:30 PM
I created them using >
Copy code
openssl genrsa -out key 2048 openssl req -new -x509 -key key -out cert -days 3650
But (Request error: certificate verify failed) retrying... matched my hostname (IP) to the CN of the certificate (IP)
2
Views
Open in Slack
Previous
Next