Created
January 9, 2019 19:54
-
-
Save sa2ajj/fe749284d8e5c1726e42e408978d9aba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vault write --format=json \ | |
ca-hot/roles/test-role \ | |
allowed_domains=${hot_domain} \ | |
allow_subdomains=false \ | |
server_flag=false \ | |
client_flag=false \ | |
email_protection=true \ | |
key_type=ec \ | |
key_bits=256 \ | |
basic_constraints_valid_for_non_ca=true \ | |
max_ttl=72h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment