For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cert

A certificate in PEM format

Specification

This type of parameter has no extra options.

Example

Certificate Input

If your service requires providing a certificate in PEM format, you can use the cert parameter. It's possible to paste a PEM string into the file or you can extract it directly from a P12 or PFX file.

[
	{
		"name": "cert",
		"label": "Certificate",
		"type": "cert"
	}
]

Last updated