RADIUSdesk

logo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
getting_started:12_install_pi_nginx [2023/11/03 00:25]
admin [Change Ownerships]
getting_started:12_install_pi_nginx [2023/11/03 00:34] (current)
admin [The Database]
Line 199: Line 199:
 </code> </code>
 ==== The Database ==== ==== The Database ====
-  * Make sure the timezone on the server is set to UTC+  * Make sure the timezone on the server is set to UTC (You can use **sudo raspi-config**)
   * Populate the timezone data on the DB   * Populate the timezone data on the DB
 <code bash> <code bash>
Line 284: Line 284:
 </code> </code>
   * If you want to change the default intervals at which the scripts get executed, just edit the /etc/cron.d/cron4 file.   * If you want to change the default intervals at which the scripts get executed, just edit the /etc/cron.d/cron4 file.
 +
 +===== Add LETSENCRYPT certificate =====
 +  * Rather than repeating existing documentation we will just add a URL with the instructions to do it.
 +  * You might want to run the following first before going to the instructions in the URL
 +<code bash>
 +sudo apt-get update
 +sudo apt-get -y install software-properties-common
 +</code>
 +  * https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-debian-11
 +===== Next steps =====
 +  * Be sure to also install FreeRADIUS
 +
 +