docs/const.go

8 lines
98 B
Go

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