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

Update User module to create & bind certificate #137

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

Conversation

smits
Copy link

@smits smits commented Jul 16, 2024

When creating a User through the PFSense web interface you have the option to generate a certificate for that user.

The PR mimics that behavior while trying to reuse as much as possible the existing modules.

The approach I took is one of the many possible, I tried to stay as close as possible to the behavior of the web interface.

@opoplawski
Copy link
Contributor

Thank you for the PR. I'm not entirely sure I like the creation of a new PFSenseUserCertModule - couldn't you just have the PFSenseUserModule make use of the PFSenseCertModule?

@opoplawski
Copy link
Contributor

We would also want a changelog fragment.

@opoplawski opoplawski force-pushed the feature/user_cert_direct branch from 4bd0bb2 to 1ab943d Compare January 26, 2025 19:37
@opoplawski
Copy link
Contributor

And there are some CI tests to fix

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.

2 participants