Now I want to sign a certificate which was generated by myself. First I made a json file which looks like this:
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/d76216ab-3e2b-4c16-8a77-4df5d4649024%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
curl --header "X-Vault-Token: $VAULT_TOKEN" --data @payload.json -X POST https://127.0.0.1:8200/v1/auth/token/roles/superroot{
"allowed_policies": ["root"],
"name": "superroot"
}--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/6775801a-5a7c-4917-add1-c4ccf754c9d4%40googlegroups.com.