df.tips
How to build a certificates chain of trust in Windows using `openssl`?
Windows
pem
,
chain-of-trust
,
self-signed-certificate
,
csr
,
openssl-req
,
openssl
,
certification-authority
,
cryptography
,
public-key-certificate
,
public-key-cryptography
dmitrii_fediuk
(Dmitrii Fediuk)
June 8, 2023, 3:45pm
2
Issue a
root
certificate
Make the root certificate
trusted
by Windows
Create a certificate signing request (
CSR)
for your subject
Issue the
leaf
(
end-entity
) certificate
for the given CSR using the root certificate.
show post in topic