Skip to content

Adding emailAddress to subject line #636

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

You must be logged in to vote

The emailAddress in the subject is not currently supported (I recommend you to add a new issue for that), we only support it as a SAN.

The most common way to set the country, locality, and the rest of the subject fields is to define a template inside the "authority" object of the ca.json. Something like:

{
    "...": "...",
    "authority": {
        "template": {
            "country": "US",
            "organization": "Smallstep",
            "organizationalUnit": "Smallstep Eng",
            "locality": "San Francisco",
            "province": "California",
            "streetAddress": "1 The Street St"
        },
        "...": "..."
    },
    "...": "..."
}

These properties will be …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@logopk
Comment options

@maraino
Comment options

Answer selected by logopk
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