Port rsa_key and x509_certificate to cryptography

This commit is contained in:
Jan Dittberner 2016-09-24 21:51:02 +02:00
parent 56fc0d65b8
commit 1cf93b8f30
4 changed files with 33 additions and 20 deletions

View file

@ -23,7 +23,7 @@
- require:
- file: {{ nginx_ssl_certdir }}
- cmd: {{ certfile }}
- pkg: python-m2crypto
- pkg: python-cryptography
- require_in:
- file: /etc/nginx/sites-available/{{ domain_name }}
- service: nginx