Makefile: drop creating cosul-ca.key file

It's not necessary for Terraform backend.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-05-12 09:54:04 +02:00
parent bd87eacbc9
commit 6994786f17
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931

View File

@ -38,7 +38,6 @@ install-provisioner: $(PROVISIONER_PATH)
secrets:
pass services/consul/ca-crt > ansible/files/consul-ca.crt
pass services/consul/ca-key > ansible/files/consul-ca.key
pass services/consul/client-crt > ansible/files/consul-client.crt
pass services/consul/client-key > ansible/files/consul-client.key