mirror of
https://github.com/docker/docs.git
synced 2026-04-12 22:36:10 +07:00
9 lines
146 B
Go
9 lines
146 B
Go
package notary
|
|
|
|
// application wide constants
|
|
const (
|
|
PrivKeyPerms = 0700
|
|
PubCertPerms = 0755
|
|
TrustedCertsDir = "trusted_certificates"
|
|
)
|