Files
docker-docs/const.go
David Lawrence 48ecd8d2cb some cleanup of certs code
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
2016-01-15 11:30:32 -08:00

9 lines
146 B
Go

package notary
// application wide constants
const (
PrivKeyPerms = 0700
PubCertPerms = 0755
TrustedCertsDir = "trusted_certificates"
)