Changes

Jump to navigation Jump to search
422 bytes added ,  16:56, 7 October 2014
m
add generate password
Line 153: Line 153:     
===Passwords===
 
===Passwords===
 +
It is recommended to create a very strong random password and keep this safe. One way of generating and store a random strong password is:
 +
config set ipsec pass `openssl rand -base64 32`
 +
This will generate a random 32 character long password and store it as a key property of the ipsec, as created while setting ipsec as a auto start service.
 +
config getprop ipsec pass
 +
will show you the generated and stored password.
 +
    
The following file needs to be looked after and should be set chmod 0600
 
The following file needs to be looked after and should be set chmod 0600

Navigation menu