password

@JvmName(name = "pgaouepbmmhcoryl")
suspend fun password(value: Output<String>)
@JvmName(name = "yjuvlyxyvmvhcqsy")
suspend fun password(value: String?)

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";
import pulumi
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
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) {
}
}
{}

The PEM content should look something like: