Skip to content

Commit 6042cae

Browse files
committed
Set certificate expiration to 5 months (#6331)
1 parent b52a32a commit 6042cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/gitlab/vpn/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server_cn = $(cn)-server-$(AZUL_DEPLOYMENT_STAGE)
1212
ca_cn = $(cn)-$(AZUL_DEPLOYMENT_STAGE)
1313
pki = $(azul_easyrsa_pki)/gitlab/$(AZUL_DEPLOYMENT_STAGE)
1414

15-
export EASYRSA_CERT_EXPIRE = 365
15+
export EASYRSA_CERT_EXPIRE = $(shell expr 365 \* 5 / 12)
1616
export EASYRSA_CRL_DAYS = 3650
1717

1818
.PHONY: _client

0 commit comments

Comments
 (0)