Installation Security
Elastic Password Encryption
To encrypt the Elastic password that resides in the appsettings.json run the following script. This must be run in an admin PowerShell.
Enter the encrypted password into the below command and run it from an admin PowerShell.
Elastic Certificate Password Encryption
To encrypt the Elastic Certificate password that resides in the appsettings.json run the following script. This must be run in an admin PowerShell.
Enter the encrypted password into the below command and run it from an admin PowerShell.
System Secret Encryption
To encrypt the System Secret Key that resides in the appsettings.json run the following script. This must be run in an admin PowerShell.
For assistance creating a random 32+ character key see https://www.random.org.
Enter the encrypted key into the below command and run it from an admin PowerShell.
Last updated