1)Purchase your Certificate SSL DVW (Domain Validated Wildcard ) from your provider. 2)Log in to your server’s terminal via Secure Shell (SSH). 3)Generate a private key and CSR by running the following command:
1 |
openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr |
Note: Replace “server” with the domain name you intend to secure. Enter the following CSR details when prompted: Common Name: The FQDN (fully-qualified domain name) you want to…
Leggi tutto
Con pfSense sono disponibili moltissimi strumenti “package” che agevolano la configurazione e il mantenimento del sistema. Tra questi è presente “Cron” che permette di modificare via interfaccia web la configurazione del crontab del sistema operativo (BSD). Per installare un package è sufficiente selezionare dal menù “System/Package Manager/Available Package/” scrivere nel campo di ricerca il package…
Leggi tutto