mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-03 20:17:59 +00:00 
			
		
		
		
	command/rekey: first pass at rekey
This commit is contained in:
		@@ -160,6 +160,12 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
 | 
			
		||||
			}, nil
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		"rekey": func() (cli.Command, error) {
 | 
			
		||||
			return &command.RekeyCommand{
 | 
			
		||||
				Meta: meta,
 | 
			
		||||
			}, nil
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		"renew": func() (cli.Command, error) {
 | 
			
		||||
			return &command.RenewCommand{
 | 
			
		||||
				Meta: meta,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user