Skip to content

Help with using x509 templates in ACME type #800

Answered by maraino
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

With a recent version of step you should see the options block too, like this:

{
    "type": "ACME",
    "name": "acme",
    "claims": {
        "minTLSCertDuration": "24h",
        "maxTLSCertDuration": "2160h",
        "defaultTLSCertDuration": "2160h"
    },
    "options": {
        "x509": {
            "templateFile": "templates/certs/x509/default.tpl"
        }
    }
}

You are not going to see the template itself.

But if you're using a recent version of step, there's a case where you will experience your problem, if you use the database to store your provisioners instead of the ca.json. This case is when enableAdmin is set to true in the ca.json. In that case changes in the ca.json …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@gwaines
Comment options

@maraino
Comment options

@ghost
Comment options

@maraino
Comment options

Answer selected by maraino
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants