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
We should probably sign our scripts when we do a release.
On Windows this means we can set the Execution Policy to "RemoteSigned" to add some security while still allowing the bootstrap script to run. I'm assuming we would want to sign the Linux script as well.
For Windows this would need to be an OV Certificate. I'm assuming we could use the same for Linux.
The text was updated successfully, but these errors were encountered:
Windows PowerShell throws a warning when running unsigned scripts unless specifically disabled. I'll need to do some more research about how to do this if we decide this is important.
Description of Issue/Question
We should probably sign our scripts when we do a release.
On Windows this means we can set the Execution Policy to "RemoteSigned" to add some security while still allowing the bootstrap script to run. I'm assuming we would want to sign the Linux script as well.
For Windows this would need to be an OV Certificate. I'm assuming we could use the same for Linux.
The text was updated successfully, but these errors were encountered: