mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Shuffle files around in an initial attempt of creating trustify, trustify.protocol and trustify.client Python modules. The reference implemntation of the server remains where it was for now.
9 lines
371 B
Makefile
9 lines
371 B
Makefile
# deploy: chocolate_protocol_pb2.py chocolate.py CSR.py daemon.py CA.sh
|
|
# scp chocolate_protocol.proto chocolate.py CSR.py daemon.py CA.sh ${CHOCOLATESERVER}:
|
|
# ssh ${CHOCOLATESERVER} protoc chocolate_protocol.proto --python_out=.
|
|
# rsync -av --delete sni_challenge demoCA ${CHOCOLATESERVER}:
|
|
# ssh ${CHOCOLATESERVER} make -C sni_challenge clean all
|
|
|
|
clean:
|
|
rm -f *.pyc
|