1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Files
certbot/server-ca/Makefile
Faidon Liambotis b8d3aab7a5 Move protocol and client into Python modules
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.
2012-08-12 07:49:45 +03:00

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