Create Your Own SSL Certificate Authority (on Linux)
In this video, we’ll walk through creating your own certificate authority on Linux so that you can run HTTPS sites locally without issue.
Check out the article: https://deliciousbrains.com/ssl-certificate-authority-for-local-https-development/
» USEFUL TOOLS FOR DEVELOPERS
Advanced Custom Fields: Take complete control of your WordPress edit screens & custom field data. [https://advancedcustomfields.com](https://advancedcustomfields.com/)
WP Migrate DB Pro: Push and pull your database from one WordPress install to another in one click. [https://deliciousbrains.com/wp-migrate-db-pro/](https://deliciousbrains.com/wp-migrate-db-pro/)
WP Offload Media: Speed up your WordPress site by offloading your WordPress media to Amazon S3, DigitalOcean Spaces or Google Cloud Storage. [https://deliciousbrains.com/wp-offload-media/](https://deliciousbrains.com/wp-offload-media/)
WP Offload SES: Let WP Offload SES take over email sending for your WordPress site sending all site emails through your Amazon SES account. [https://deliciousbrains.com/wp-offload-ses/](https://deliciousbrains.com/wp-offload-ses/)
SpinupWP: Spin up your own extremely fast WordPress server in minutes with our modern cloud-based server control panel. [https://spinupwp.com](https://spinupwp.com/)
by Delicious Brains
linux web server
0:56 unless hosting 20 year old servers/clients, why on earth would someone use -des3 instead of -aes256?
Thank you vey much
Can you please make a video on how to trust a self signed certificate in chrome? I always get NET::ERR_CERT_COMMON_NAME_INVALID. its security certificate does not specify Subject Alternative Names. This may be caused by a misconfiguration or an attacker intercepting your connection.
This is the highest-quality, easiest to follow video on this subject that I've found thus far. If you want to set up your own CA, this is the video you're looking for.
Verifying – Enter pass phrase for myCA.key ——- From where we will get the pass phrase? Where should we look for pass phrase. this step is giving error.
Hi. Good video, but it would have been helpful if an explanation had been added about adding the rootCA certificate into browser.
How to create the x509 config file please?
Thank you it's very clear
Great narration.. short simple and great guide..
openssl x509 -req -in SN.test.csr -CA myCA.pem -CAkey myCA.key -CAcreateserial -out SN.test.crt -days 1825 -sha256 -extfile SN.test.ext
x509: Unknown parameter -CAcreateserial
x509: Use -help for summary.
What am I doing wrong?
Simply perfect!
Best, clear and straightforward explanation on the tube.
Right to the point! Thanks!
The most comprehensive, clear, well organized, straightforward and real explanation of the steps to solve a nearly ubiquitous development problem. And all the while, cool jazz in the background.. You have cumulatively removed thousands of hours of dev angst. You will be welcomed in the halls of Nerd Valhalla.