or create a self signed certificate openssl in csr
openssl x509 -req -days 365 -in rootca.csr -signkey rootca.key -out rootca.crt
or create a self signed certificate openssl in csr
openssl x509 -req -days 365 -in rootca.csr -signkey rootca.key -out rootca.crt
or create a self signed certificate openssl in csr
openssl req -new > cert.csr
openssl rsa -in privkey.pem -out key.pem
openssl x509 -in cert.csr -out cert.pem -req -signkey key.pem -days 1001
cat key.pem>>cert.pem
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us