Skip to content

verifactu-sdk API


verifactu-sdk API / ClientCertificate

Type Alias: ClientCertificate

ClientCertificate = PfxCertificate | PemCertificate

Defined in: src/client/soap.ts:47

Client certificate material accepted by the SOAP client.

PfxCertificate is the most common form for AEAT certificates (.pfx or .p12 binary blob with a passphrase). PemCertificate covers split key+cert PEM files used by sello certificates and CI test harnesses.

Released under the MIT license.