some things I had to look for, and found... Shared with you!
openssl genrsa -out mycert.key 1024openssl req -new -key mycert.key -out mycert.csropenssl x509 -req -days 365 -in mycert.csr -signkey mycert.key -out mycert.certrm mycert.csr
No comments:
Post a Comment