Skip to content

Commit

Permalink
Merge pull request #11831 from Security-Onion-Solutions/TOoSmOotH-pat…
Browse files Browse the repository at this point in the history
…ch-3

Update signing_policies.conf
  • Loading branch information
TOoSmOotH authored Nov 20, 2023
2 parents 3b8d1d4 + fee9b61 commit 3b133e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion salt/ca/files/signing_policies.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ x509_signing_policies:
- ST: Utah
- L: Salt Lake City
- basicConstraints: "critical CA:false"
- keyUsage: "critical keyEncipherment"
- keyUsage: "critical keyEncipherment digitalSignature"
- subjectKeyIdentifier: hash
- authorityKeyIdentifier: keyid,issuer:always
- extendedKeyUsage: serverAuth
Expand Down
7 changes: 5 additions & 2 deletions salt/common/tools/sbin/soup
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,11 @@ post_to_2.3.270() {
}

post_to_2.3.280() {
echo "Nothing to do for .280"

salt-call state.apply ca queue=True
stop_salt_minion
mv /etc/pki/managerssl.crt /etc/pki/managerssl.crt.old
mv /etc/pki/managerssl.key /etc/pki/managerssl.key.old
systemctl_func "start" "salt-minion"
POSTVERSION=2.3.280
}

Expand Down

0 comments on commit 3b133e8

Please sign in to comment.