-
Version2.4.211 Installation MethodSecurity Onion ISO image Descriptionconfiguration Installation TypeStandalone Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU14 RAM32 Storage for /1TB Storage for /nsm256GB Network Traffic Collectionspan port Network Traffic Speeds1Gbps to 10Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailI'm working on a fresh install of security onion on a minisforum dedicated bit of hardware. My internal domain ends with I use a dedicated certbot lxc container that handles DNS based wildcard cert renewals, with post hooks using ansible to deploy said cert to my various homelab systems, and I would like to follow a similar pattern for my security onion system. I've tried the following methods:
Is there a better way to programmatically set the nginx fullchain/cert and key? I can figure out how to wrap ansible around it and share that back to the community. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Have you tried this? https://docs.securityonion.net/en/2.4/nginx.html#replacing-default-cert |
Beta Was this translation helpful? Give feedback.
If you place the cert/key in
/opt/so/saltstack/local/salt/nginx/ssl/Salt will place it in/etc/pki. Bothmanagerssl.crtandmanagerssl.keyare managed files by Salt and having something in the local nginx directory will apply when Salt runs that state.