filmov
tv
OpenSSL How To Renew A Certificate

Показать описание
In this video we show you how to renew a SSL/TLS certificate created in OpenSSL
Using OpenSSL as a Certificate Authority is a manual process and at some point a certificate will expire which will need to be replaced
When that happens a web browser may refuse to let you access the server, so it's best to renew it before it expires
=============================
SUPPORT THE CHANNEL
Donate through Paypal:
Donate through Buy Me A Coffee:
Become a monthly contributor on Patreon:
Become a monthly contributor on YouTube:
==============================
==============================
MEDIA LINKS:
==============================
Steps Taken
1) Revoke Existing Certificate
You can't extend the expiry date of an existing certificate
Instead, you have to create a new one
But as the details used are the same, we''re basically renewing it
Now, if you already have the CSR and SAN config files in the CA, you can use these to make the process easier, but OpenSSL will complain
Because even if a certificate has expired, it won't let you create a certificate if one already exists in the database for that common name
So the first thing we have to do is to revoke the existing certificate, for example
2) Create New Certificate
Now you can create a new certificate for your server
For example
In other words, we run the exact same command that was used to create the orignal certificate
TIP: You can check a certificate contains the Subject Alternative Name details before using a command like this
3) Replace Certificate
Finally, you should replace the certificate on the server with this new one
Chapters
00:00 Intro
00:33 Revoke Existing Certificate
02:36 Create New Certificate
03:50 Summary
Credits
LoveLife | Instrumental Prod. Blue Mango | EQMUSEQ.COM by Don Da Vinci
openssl renew x509 certificate,openssl renew certificate,openssl replace certificate,openssl certificate expired,openssl expired certificate,openssl revoke certificate,openssl,ssl,ssl certificate
Using OpenSSL as a Certificate Authority is a manual process and at some point a certificate will expire which will need to be replaced
When that happens a web browser may refuse to let you access the server, so it's best to renew it before it expires
=============================
SUPPORT THE CHANNEL
Donate through Paypal:
Donate through Buy Me A Coffee:
Become a monthly contributor on Patreon:
Become a monthly contributor on YouTube:
==============================
==============================
MEDIA LINKS:
==============================
Steps Taken
1) Revoke Existing Certificate
You can't extend the expiry date of an existing certificate
Instead, you have to create a new one
But as the details used are the same, we''re basically renewing it
Now, if you already have the CSR and SAN config files in the CA, you can use these to make the process easier, but OpenSSL will complain
Because even if a certificate has expired, it won't let you create a certificate if one already exists in the database for that common name
So the first thing we have to do is to revoke the existing certificate, for example
2) Create New Certificate
Now you can create a new certificate for your server
For example
In other words, we run the exact same command that was used to create the orignal certificate
TIP: You can check a certificate contains the Subject Alternative Name details before using a command like this
3) Replace Certificate
Finally, you should replace the certificate on the server with this new one
Chapters
00:00 Intro
00:33 Revoke Existing Certificate
02:36 Create New Certificate
03:50 Summary
Credits
LoveLife | Instrumental Prod. Blue Mango | EQMUSEQ.COM by Don Da Vinci
openssl renew x509 certificate,openssl renew certificate,openssl replace certificate,openssl certificate expired,openssl expired certificate,openssl revoke certificate,openssl,ssl,ssl certificate
Комментарии