File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ type Options struct {
46
46
KeyManager kms.KeyManager `json:"-"`
47
47
48
48
// Project, Location, CaPool and GCSBucket are parameters used in CloudCAS
49
- // to create a new certificate authority. If a CaPool does not exists it
50
- // will be created. GCSBucket is optional, if not provided GCloud will
51
- // create a managed bucket.
49
+ // to create a new certificate authority. If a CaPool does not exist it will
50
+ // be created. GCSBucket is optional, if not provided GCloud will create a
51
+ // managed bucket.
52
52
Project string `json:"-"`
53
53
Location string `json:"-"`
54
54
CaPool string `json:"-"`
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ var revocationCodeMap = map[int]pb.RevocationReason{
67
67
10 : pb .RevocationReason_ATTRIBUTE_AUTHORITY_COMPROMISE ,
68
68
}
69
69
70
- // caPoolTierMap contains the map between apv1 .Options.Tier and the pb type.
70
+ // caPoolTierMap contains the map between apiv1 .Options.Tier and the pb type.
71
71
var caPoolTierMap = map [string ]pb.CaPool_Tier {
72
72
"" : pb .CaPool_DEVOPS ,
73
73
"ENTERPRISE" : pb .CaPool_ENTERPRISE ,
You can’t perform that action at this time.
0 commit comments