|
|
|
|
|
by trelliscoded
806 days ago
|
|
Disabling script signing on dev machines and requiring signatures on production scripts sounds like perfectly reasonable behavior to me. I know a lot of people are scared of pki but it’s way easier than people think. Signing things is a one liner, I keep certs on a portable HSM and it’s really low friction. |
|
Unless you get a 2nd person on the team (working remotely), and they want to be able to sign scripts as well?
Unless you get some sort of automated CI/CD system?