forked from TrueCloudLab/certificates
parent
7f9d7eadc9
commit
51ac28656e
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ func createSSH(c *cloudkms.CloudKMS, project, location, keyRing string, protecti
|
||||||
resp, err = c.CreateKey(&apiv1.CreateKeyRequest{
|
resp, err = c.CreateKey(&apiv1.CreateKeyRequest{
|
||||||
Name: parent + "/ssh-host-key",
|
Name: parent + "/ssh-host-key",
|
||||||
SignatureAlgorithm: apiv1.ECDSAWithSHA256,
|
SignatureAlgorithm: apiv1.ECDSAWithSHA256,
|
||||||
ProtectionLevel: apiv1.Software,
|
ProtectionLevel: protectionLevel,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Reference in a new issue