Skip to content

Instantly share code, notes, and snippets.

@PVi1
PVi1 / readme.md
Last active October 19, 2021 07:39
How to user Openssl to generate CSR and PKCS12 for Microsoft Azure Stack Hub platform

How to generate CSR and PKCS12

Azure certs have to follow requirements published here

Generate private key

openssl genrsa -out key/domain.tld.key 4096

Generate CSR

  1. Prepare CNF file as follows: