password
Parameters
value
The password associated with the certificate.
NOTE: A PEM certificate is already base64 encoded. To successfully import, the
contents
property should include a PEM encoded X509 certificate and a private_key in pkcs8 format. There should only be linux style\n
line endings and the whole block should have the PEM begin/end blocks around the certificate data and the private key data. To convert a private key to pkcs8 format with openssl use:
import * as pulumi from "@pulumi/pulumi";
Content copied to clipboard
import pulumi
Content copied to clipboard
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
Content copied to clipboard
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
Content copied to clipboard
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
}
}
Content copied to clipboard
{}
Content copied to clipboard
The PEM content should look something like: