Skip to content

Latest commit

 

History

98 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using sops and age

Create age key from ssh private key

ssh-to-age -private-key -i ~/.ssh/id_ed25519 -o key.txt

Create age key from ssh public key

ssh-to-age -i ~/.ssh/id_ed25519.pub -o public_key.txt

Encrypt using sops

sops encrypt secret.yml > secret.sops.yml

Decrypt using sops

sops decrypt secret.sops.yml > secret.yml

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages