@ -50,8 +50,8 @@ Run the following commands to generate a password and secret key and write them
 | 
			
		||||
 | 
			
		||||
{/* prettier-ignore */}
 | 
			
		||||
```shell
 | 
			
		||||
echo "PG_PASS=$(openssl rand 36 | base64)" >> .env
 | 
			
		||||
echo "AUTHENTIK_SECRET_KEY=$(openssl rand 60 | base64)" >> .env
 | 
			
		||||
echo "PG_PASS=$(openssl rand 36 | base64 -w 0)" >> .env
 | 
			
		||||
echo "AUTHENTIK_SECRET_KEY=$(openssl rand 60 | base64 -w 0)" >> .env
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
:::info
 | 
			
		||||
 | 
			
		||||
@ -23,7 +23,7 @@ Start by generating passwords for the database and cache. You can use either of
 | 
			
		||||
 | 
			
		||||
```shell
 | 
			
		||||
pwgen -s 50 1
 | 
			
		||||
openssl rand 60 | base64
 | 
			
		||||
openssl rand 60 | base64 -w 0
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### Set Values
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user