diff --git a/Authentication.md b/Authentication.md index e91ce7b..84bb9fa 100644 --- a/Authentication.md +++ b/Authentication.md @@ -42,11 +42,10 @@ Just copy and paste the contents to your `.htpasswd` file. **2) Online generator (read warning!)** -You can create your own `.htpasswd` file online using a `.htpasswd` generator like this: http://www.htaccesstools.com/htpasswd-generator/ +You can create your own `.htpasswd` file online using a `.htpasswd` generator like this: https://www.htaccesstools.com/htpasswd-generator/ **WARNING!** - Never insert real passwords to an online generator! -- Be aware that the [`.htpasswd` generator](http://www.htaccesstools.com/htpasswd-generator/) doesn't support `https` and therefore all data entered is clearly visible to anyone listening! **3) Generate your own password** @@ -65,7 +64,7 @@ echo $password; ?> ``` ->source: http://www.htaccesstools.com/articles/create-password-for-htpasswd-file-using-php/ +>source: https://www.htaccesstools.com/articles/create-password-for-htpasswd-file-using-php/ ### Create a .htaccess file @@ -93,7 +92,7 @@ Notice: You must change the `AuthUserFile` location to fit your own server (i.e. **2) Online generator** -You can use an online generator to create the file for you and copy-paste it to your `.htaccess` file: http://www.htaccesstools.com/htaccess-authentication/ +You can use an online generator to create the file for you and copy-paste it to your `.htaccess` file: https://www.htaccesstools.com/htaccess-authentication/ ## RSS-Bridge Authentication