PHP Class AcmePhp\Ssl\Signer\CertificateRequestSigner

Author: Jérémy Derussé ([email protected])
Afficher le fichier Open project: acmephp/acmephp Class Usage Examples

Méthodes publiques

Méthode Description
signCertificateRequest ( CertificateRequest $certificateRequest ) : string Generate a CSR from the given distinguishedName and keyPair.

Méthodes protégées

Méthode Description
createCsrWithSANsObject ( CertificateRequest $certificateRequest ) : mixed Generate a CSR object with SANs from the given distinguishedName and keyPair.

Private Methods

Méthode Description
getCSRPayload ( DistinguishedName $distinguishedName ) : array Retrieves a CSR payload from the given distinguished name.

Method Details

createCsrWithSANsObject() protected méthode

Generate a CSR object with SANs from the given distinguishedName and keyPair.
protected createCsrWithSANsObject ( CertificateRequest $certificateRequest ) : mixed
$certificateRequest AcmePhp\Ssl\CertificateRequest
Résultat mixed

signCertificateRequest() public méthode

Generate a CSR from the given distinguishedName and keyPair.
public signCertificateRequest ( CertificateRequest $certificateRequest ) : string
$certificateRequest AcmePhp\Ssl\CertificateRequest
Résultat string