Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
Nowadays HTTPS becomes more and more ubiquitous over the web thanks to LetsEncrypt. There are numbers of ways how you can set up your free certificates and automate renewing. But you definitely should pay your attention to the GetSSL script when you choose the way to manage SSL certificates.

GetSSL (★ 669) is the one configurable bash script that allows you to retrieve and update your certificates for different types of servers (https, FTP, SMTP, pop3 and so on...). You can run it remotely, so you even don't need to send the script to a production server. So, check out their GitHub page for details and add to your bookmarks

#bash #letsencrypt #cli #ssl #certificate
​​mkcert (★ 3,130) is a simple zero-config tool to make locally-trusted development certificates with any names you'd like.

#dev #development #script #ssl