Installation and configuration of automatic renewal, free Let’s Encrypt SSL certificate, for a domai…
Contents: 1. Changing the .env.prodDomain file in the frontend part to work via the ‘https’ protocol, and building the project for domain. 2. Changing the .env.prodDomain file in the backend part of the project....
Configuring Nginx server with security in mind, on the CRYSTAL v1.0 project
Contents: 1. Create a directory – ‘nginxconf’, which will contain security rules – ‘security.conf’. 2. Connection – ‘security.conf’, to the server. This instruction assumes that you already have installed SSL certificate. 1. Create a...
Installing reCAPTCHA v3 on the CRYSTAL v1.0 project
Contents: 1. Connecting reCAPTCHA v3. 2. Create a .env file with the reCAPTCHA v3 public key. 3. Create a .env file with a reCAPTCHA v3 secret key. 4. Checking reCAPTCHA v3. This instruction assumes...