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

Disable the unique_subject requirement #149

Merged
merged 2 commits into from
Jul 9, 2019

Conversation

stefanor
Copy link
Contributor

Description

This allows more than one key with the same CN to exist in the CA's
database. Which is useful for renewal, as it's the only mode of renewal
supported by easy-rsa.

Issues Resolved

  • Not filed: Unable to create a new client with the same CN as a previous client. E.g. for renewal.

Check List

@stefanor
Copy link
Contributor Author

Tests are passing everywhere they do on master.

JohnRoesler
JohnRoesler previously approved these changes Jun 25, 2019
stefanor added 2 commits July 8, 2019 15:31
This allows more than one key with the same CN to exist in the CA's
database. Which is useful for renewal, as it's the only mode of renewal
supported by easy-rsa.
@stefanor
Copy link
Contributor Author

stefanor commented Jul 8, 2019

Rebased on master.

@damacus damacus merged commit a9f51fb into sous-chefs:master Jul 9, 2019
@stefanor stefanor deleted the unique-subject branch July 9, 2019 22:02
stefanor added a commit to yola/openvpn-cookbook that referenced this pull request Aug 4, 2019
* Disable the unique_subject requirement

This allows more than one key with the same CN to exist in the CA's
database. Which is useful for renewal, as it's the only mode of renewal
supported by easy-rsa.

* Changelog entry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants