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

Allow client_specific_config with extca_enabled #462

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mba-rggir
Copy link

Pull Request (PR) description

There is an issue where the client_specific_config type cannot be used alongside an externally configured Certificate Authority (CA). When extca_enabled is set to true, the existing dependency on openvpn::client causes conflicts, preventing the configuration from working properly. This update eliminates the dependency, enabling the client_specific_config type to function seamlessly with external CA configurations.

This Pull Request (PR) fixes the following issues

This update eliminates the dependency, enabling the client_specific_config type to function seamlessly with external CA configurations.

Removed the dependency on openvpn::client when extca_enabled is set to true, enabling the use of client_specific_config without errors. This change improves compatibility with external CA configurations.
@mba-rggir mba-rggir closed this Feb 5, 2025
@mba-rggir mba-rggir reopened this Feb 5, 2025
Fixed incorrect indentation in spec/defines/openvpn_client_specific_config
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.

1 participant