filmov
tv
How To Create a SSL Certificate (Nextcloud) 🔒
Показать описание
The video showing how to create a self-signed SSL certificate
Commands:
1- Enable the module ssl
$ sudo a2enmod ssl
2- Create a directory to save both the certificate and the key
$ mkdir /etc/apache2/ssl
3- Now create the certificate and the key
$ sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/YOURFILENAME.key -out /etc/apache2/ssl/YOURFILENAME.crt
4- Now make the apache have the access to the key and the certificate
5- Paste those to lines
SSLCertificateFile /etc/apache2/ssl/YOURFILENAME.crt
SSLCertificateKeyFile /etc/apache2/ssl/YOURFILENAME.key
6- Restart your apache to apply the changes
$ service apache2 restart
7- To redirect the http to https
Angle brackets VirtualHost *:80 Angle brackets
ServerName nextcloud
Angle brackets /VirtualHost Angle brackets
Angle brackets VirtualHost *:443 Angle brackets
8- To read the certificate
$ openssl x509 -in CertificateFileName -noout -text
Commands:
1- Enable the module ssl
$ sudo a2enmod ssl
2- Create a directory to save both the certificate and the key
$ mkdir /etc/apache2/ssl
3- Now create the certificate and the key
$ sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/YOURFILENAME.key -out /etc/apache2/ssl/YOURFILENAME.crt
4- Now make the apache have the access to the key and the certificate
5- Paste those to lines
SSLCertificateFile /etc/apache2/ssl/YOURFILENAME.crt
SSLCertificateKeyFile /etc/apache2/ssl/YOURFILENAME.key
6- Restart your apache to apply the changes
$ service apache2 restart
7- To redirect the http to https
Angle brackets VirtualHost *:80 Angle brackets
ServerName nextcloud
Angle brackets /VirtualHost Angle brackets
Angle brackets VirtualHost *:443 Angle brackets
8- To read the certificate
$ openssl x509 -in CertificateFileName -noout -text
IIS - How to Create Self Signed SSL Certificate for HTTPS
How To Get Free SSL Certificate For Website | Add SSL To Website
How to Create SSL Certificates and Enable HTTPS on LocalHost Site Tutorial
How to create a valid self signed SSL Certificate?
Quick and Easy Local SSL Certificates for Your Homelab!
STOP Paying for SSL! | How To Get SSL Certificate On Your Website for Free
How to create self signed SSL certificate using OpenSSL
Create Your Own SSL Certificate Authority (Windows)
Introducing: Marcella Araica ControlHub Expansion Pack
How to Create an SSL Certificate for SQL Server installations
How to install SSL certificate on new website 2024
Free SSL Certificate for Website | How to Get Lifetime Free SSL
How to get HTTPS working in localhost (Self Signed localhost SSL Certificates)
How to Generate a CSR for SSL | GlobalSign APAC
How to Request and Install SSL Certificate in IIS 8.5 using Local CA
Create Your Own SSL Certificate Authority (on Linux)
Create an SSL Certificate Without Ports 80 and 443 (Certbot/LetsEncrypt)
How Hackers Create Dummy self-signed SSL Certificate For Websites
18. Create CSR and Install SSL certificate on IIS 10 from Internal CA
How to Installing an SSL certificate on your server, using cPanel. Secure domain.
How to Generate a Free SSL Certificate (2021 Tutorial) | 10Web
Install a SSL Certificate on IIS
Generating SSL Certificate using Java keytool and Deploying on Apache Tomcat [Practical Example]
How To Get Free SSL Certificates With Zero SSL
Комментарии