Unofficial Azure Club
  • Home
  • About
Subscribe

Certificate

A collection of 1 post
Using Lets Encrypt to Sign a Certificate
Azure

Using Lets Encrypt to Sign a Certificate

First of all, a private key is needed before genreate a signing request. Either use openssl openssl genrsa -out ~/domain.com.ssl/domain.com.key 2048 openssl req -new -sha256 -key ~/domain.com.ssl/domain.com.key -out ~/domain.com.ssl/domain.com.csr or use Azure key vault specially
May 24, 2018 1 min read
Unofficial Azure Club © 2025
Powered by Ghost