jdormit-infra/prod/syncthing/packer/Makefile

18 lines
606 B
Makefile
Raw Normal View History

2020-12-31 16:04:47 +00:00
.PHONY: packer reissue-certs
2020-12-31 16:04:47 +00:00
packer-manifest.json: syncthing-config.xml \
syncthing.json \
syncthing@.service \
syncthing-cert.pem \
2021-10-06 01:16:44 +00:00
syncthing-key.pem
packer build syncthing.json
syncthing-config.xml: syncthing-config.xml.template
sigil -p -f syncthing-config.xml.template > syncthing-config.xml
syncthing-cert.pem: syncthing-cert.pem.template
sigil -p -f syncthing-cert.pem.template > syncthing-cert.pem
syncthing-key.pem: syncthing-key.pem.template
sigil -p -f syncthing-key.pem.template > syncthing-key.pem