docs: upload assets/files/easyrsa-vars
This commit is contained in:
parent
79305dac0d
commit
03fec955fc
25
assets/files/easyrsa-vars
Normal file
25
assets/files/easyrsa-vars
Normal file
@ -0,0 +1,25 @@
|
||||
if [ -z "$EASYRSA_CALLER" ]; then
|
||||
echo "You appear to be sourcing an Easy-RSA *vars* file." >&2
|
||||
echo "This is no longer necessary and is disallowed. See the section called" >&2
|
||||
echo "*How to use this file* near the top comments for more details." >&2
|
||||
return 1
|
||||
fi
|
||||
|
||||
set_var EASYRSA_REQ_COUNTRY "ES"
|
||||
set_var EASYRSA_REQ_PROVINCE "Valladolid"
|
||||
set_var EASYRSA_REQ_CITY "Valladolid"
|
||||
set_var EASYRSA_REQ_ORG "Bastionado"
|
||||
set_var EASYRSA_REQ_EMAIL "admin@bastionado.es"
|
||||
set_var EASYRSA_REQ_OU "Community"
|
||||
|
||||
set_var EASYRSA_ALGO ed
|
||||
|
||||
set_var EASYRSA_CURVE ed25519
|
||||
|
||||
set_var EASYRSA_CA_EXPIRE 7090 # La CA durará 20 años
|
||||
|
||||
set_var EASYRSA_CERT_EXPIRE 180 # Los certificados cliente caducan cada 6 meses
|
||||
|
||||
set_var EASYRSA_CRL_DAYS 90 # La lista de revocaciones se actualiza aproximadamente cada 3 meses
|
||||
|
||||
set_var EASYRSA_CERT_RENEW 20 # Los certificados se pueden renovar con 20 días de antelación
|
Loading…
x
Reference in New Issue
Block a user