Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httpcaddyfile: Support configuring pki app names via global options #4450

Merged
merged 3 commits into from Jan 6, 2022

Conversation

francislavoie
Copy link
Member

Fixes #4435

Pretty self explanatory, allows configuring the PKI app name and root/intermediate common names. Works alongside the existing acme_server directive and skip_install_trust options. We could deprecate the top-level skip_install_trust in favor of configuring it via the default pki app, but 🤷‍♂️ I need no reason to do that right now. This works fine.

Copy link
Member

@mholt mholt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I like where this is going, but the syntax might need a little work before I feel comfortable merging it. 👍

caddyconfig/httpcaddyfile/pkiapp.go Outdated Show resolved Hide resolved
caddyconfig/httpcaddyfile/pkiapp.go Show resolved Hide resolved
@mholt
Copy link
Member

mholt commented Dec 13, 2021

@tgelite Could you please verify that this meets your needs?

@tgelite
Copy link

tgelite commented Dec 19, 2021 via email

Copy link
Member

@mholt mholt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing here stands out as a blocker IMO. Thanks for implementing this! I'm sure quite a few users will appreciate this.

@francislavoie francislavoie merged commit 4b9849c into master Jan 6, 2022
@francislavoie francislavoie deleted the configure-pki-names branch January 6, 2022 03:45
@mholt mholt removed the under review 🧐 Review is pending before merging label Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ⚙️ New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please allow custom CA naming from PKI configuration via Caddyfile
3 participants