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

easyrsa-tools.lib: renew SAN, remove excess word 'Address' #1251

Merged

Conversation

TinCanTech
Copy link
Collaborator

The input data for a SAN IP address is 'IP:n.n.n.n' The output data for a SAN IP address is 'IP Address:n.n.n.n'

Command renew extracts the SAN from the current certificate, including the excess word 'Address'.

Add another sed expression to remove the word 'Address'.

The input data for a SAN IP address is 'IP:n.n.n.n'
The output data for a SAN IP address is 'IP Address:n.n.n.n'

Command renew extracts the SAN from the current certificate,
including the excess word 'Address'.

Add another sed expression to remove the word 'Address'.

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
@TinCanTech TinCanTech self-assigned this Nov 2, 2024
@TinCanTech TinCanTech added BUG-FIX easyrsa-tools.lib renew I cannot go back; No. But if you could, would you really want to? Version 3.2.2-Release labels Nov 2, 2024
@TinCanTech TinCanTech added this to the v3.2.2 milestone Nov 2, 2024
@TinCanTech
Copy link
Collaborator Author

TinCanTech commented Nov 2, 2024

Need a unit-test for all renew new toys.

OpenVPN/easyrsa-unit-tests#63

@TinCanTech TinCanTech linked an issue Nov 2, 2024 that may be closed by this pull request
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
@TinCanTech TinCanTech merged commit b41f4a2 into OpenVPN:master Nov 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG-FIX ChangeLog Item easyrsa-tools.lib renew I cannot go back; No. But if you could, would you really want to? Version 3.2.2-Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

easyrsa-tools.lib: renew, SAN includes excess word Address
1 participant