Skip to content

Instantly share code, notes, and snippets.

@anthonyscolaro
Last active April 13, 2016 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonyscolaro/1daac2d9aa4bb6c821b3c2abfec47816 to your computer and use it in GitHub Desktop.
Save anthonyscolaro/1daac2d9aa4bb6c821b3c2abfec47816 to your computer and use it in GitHub Desktop.
error: state 'tls.create_ca' was not found in SLS 'webserver.applications' Reason: 'tls.create_ca' is not available.
generate_staging_ssl_{{domain}}:
tls.create_ca:
- name: /etc/nginx/ssl/certificates/{{domain}}.crt
- days: 365
- CN: 'Little CA'
- C: US
- ST: Utah
- L: Salt Lake City
- O: Saltstack
- emailAddress: sysadmin@xyz.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment