mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Documentation consistency GPG keys are PGP keys. (#13073)
* Consistency: GPG keys are PGP keys * Consistency: GPG keys are PGP keys * Consistency: GPG keys are PGP keys * Consistency: GPG keys are PGP keys * Consistency: GPG keys are PGP keys * Consistency: s/GPG/PGP keys, use GPG's proper name * Use GPG's proper name GnuPG * Use GPG's proper name GnuPG * Consistency: GPG keys are PGP keys * Fix typo
This commit is contained in:
		 Daniel Nathan Gray
					Daniel Nathan Gray
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							33a140a260
						
					
				
				
					commit
					07f75268bd
				
			| @@ -124,7 +124,7 @@ func (c *OperatorInitCommand) Flags() *FlagSets { | ||||
| 		Value:      (*pgpkeys.PubKeyFilesFlag)(&c.flagPGPKeys), | ||||
| 		Completion: complete.PredictAnything, | ||||
| 		Usage: "Comma-separated list of paths to files on disk containing " + | ||||
| 			"public GPG keys OR a comma-separated list of Keybase usernames using " + | ||||
| 			"public PGP keys OR a comma-separated list of Keybase usernames using " + | ||||
| 			"the format \"keybase:<username>\". When supplied, the generated " + | ||||
| 			"unseal keys will be encrypted and base64-encoded in the order " + | ||||
| 			"specified in this list. The number of entries must match -key-shares, " + | ||||
| @@ -136,7 +136,7 @@ func (c *OperatorInitCommand) Flags() *FlagSets { | ||||
| 		Value:      (*pgpkeys.PubKeyFileFlag)(&c.flagRootTokenPGPKey), | ||||
| 		Completion: complete.PredictAnything, | ||||
| 		Usage: "Path to a file on disk containing a binary or base64-encoded " + | ||||
| 			"public GPG key. This can also be specified as a Keybase username " + | ||||
| 			"public PGP key. This can also be specified as a Keybase username " + | ||||
| 			"using the format \"keybase:<username>\". When supplied, the generated " + | ||||
| 			"root token will be encrypted and base64-encoded with the given public " + | ||||
| 			"key.", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user