Anyone ever set a cert and key as encrypted values...
# general
g
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
cat <file> | pulumi config set -- secret
s
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)