You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be good to be able to create a certificate authority rather than just import one, as is supported by the pfSense web gui. This would allow a fresh installation to easily be managed without manual intervention to configure certificates.
Describe the solution you'd like
The following syntax would create a certificate authority:
- name: Create CApfsensible.core.pfsense_ca:
name: root-camethod: internaltrust_store: truerandomize_serial: truekey_type: rsakey_length: 2048digest: sha256lifetime: 3650common_name: internal-cacountry: usstate: texascity: austinorg: my orgorg_unit: my department
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It would be good to be able to create a certificate authority rather than just import one, as is supported by the pfSense web gui. This would allow a fresh installation to easily be managed without manual intervention to configure certificates.
Describe the solution you'd like
The following syntax would create a certificate authority:
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: