Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe how to create the server key #7

Closed
pessoa opened this issue Nov 30, 2023 · 1 comment · Fixed by #26
Closed

Describe how to create the server key #7

pessoa opened this issue Nov 30, 2023 · 1 comment · Fixed by #26

Comments

@pessoa
Copy link
Contributor

pessoa commented Nov 30, 2023

No description provided.

@MiguelNdeCarvalho
Copy link
Contributor

Create key: ssh-keygen -t rsa -b 4096 -f ./key
Encrypt it with KMS: aws kms encrypt --profile dummy --region=eu-west-1 --key-id alias/secrets --plaintext fileb://key --output text --query CiphertextBlob

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants