https://pulumi.com logo
Title
g

gifted-fall-44000

01/25/2023, 5:11 AM
Anyone ever set a cert and key as encrypted values in their pulumi config and can give us the pulumi config set you used
b

billowy-army-68599

01/25/2023, 6:23 AM
cat <file> | pulumi config set -- secret
s

salmon-account-74572

01/25/2023, 4:47 PM
I’ve also had success putting an SSH public key into Pulumi configuration with
pulumi config set value-name < sshkey.pub
(similar concept to what @billowy-army-68599 posted)