Skip to content

Create CA-Signed Certificate Node

Web/TLS

Create CA-Signed Certificate

Creates a server or client certificate signed by a local certificate authority.

create_ca_signed_certificateweb
Inputs5
Outputs2
Security exposure10/10
Packageweb

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

5

Execute

Execution
exec_in

Create the signed certificate

CA

Struct
ca

Certificate authority PEM bundle

TlsCertificateTlsCertificate2 fields
certificate_pemstringrequired
private_key_pemstringrequired
Schema enforced

Common Name

String
common_name

Certificate common name

Default localhost

Subject Alt Names

String Array
subject_alt_names

DNS names and IP addresses covered by this certificate

Default ["localhost"]

Usage

String
usage

Certificate usage

Default Server
ServerClient

Output Pins

2

Done

Execution
exec_out

Fires after the certificate is created

Certificate

Struct
certificate

Signed certificate PEM bundle

TlsCertificateTlsCertificate2 fields
certificate_pemstringrequired
private_key_pemstringrequired
Schema enforced

Node Info

Internal name
create_ca_signed_certificate
Category
Web/TLS
Version
1