gitpel / letsencrypt-routeros

Let's Encrypt certificates for RouterOS / Mikrotik
GNU General Public License v3.0
296 stars 110 forks source link

Added auto-setting of www-ssl and api-ssl certificates, extra debugging, support for OpenSSH 7+ #12

Open threeplanetssoftware opened 5 years ago

threeplanetssoftware commented 5 years ago

This pull request is similar to pull request #8 but more comprehensive in the places it fixes "DSA" to be "RSA" in the code examples and commentary. OpenSSH 7+ doesn't allow users to use DSA without manually approving it in their SSH config file and most users will have errors (see the open issues for reference). The README is updated with this fact and it is flagged at the top as a major update.

This pull request also automatically sets the www-ssl and api-ssl certificates to be the newly uploaded one. The README is updated with this fact.

This pull request also changes a lot of the references to files to be variables that are set once. This allows greater flexibility to the end user and lowers the possibility of typos later during changes.