We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6042cae commit 3e146a2Copy full SHA for 3e146a2
terraform/gitlab/vpn/Makefile
@@ -12,7 +12,7 @@ server_cn = $(cn)-server-$(AZUL_DEPLOYMENT_STAGE)
12
ca_cn = $(cn)-$(AZUL_DEPLOYMENT_STAGE)
13
pki = $(azul_easyrsa_pki)/gitlab/$(AZUL_DEPLOYMENT_STAGE)
14
15
-export EASYRSA_CERT_EXPIRE = $(shell expr 365 \* 5 / 12)
+export EASYRSA_CERT_EXPIRE = $(shell expr 365 '*' 5 / 12)
16
export EASYRSA_CRL_DAYS = 3650
17
18
.PHONY: _client
0 commit comments