PHP Класс AcmePhp\Ssl\Signer\CertificateRequestSigner

Автор: Jérémy Derussé ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
signCertificateRequest ( CertificateRequest $certificateRequest ) : string Generate a CSR from the given distinguishedName and keyPair.

Защищенные методы

Метод Описание
createCsrWithSANsObject ( CertificateRequest $certificateRequest ) : mixed Generate a CSR object with SANs from the given distinguishedName and keyPair.

Приватные методы

Метод Описание
getCSRPayload ( DistinguishedName $distinguishedName ) : array Retrieves a CSR payload from the given distinguished name.

Описание методов

createCsrWithSANsObject() защищенный Метод

Generate a CSR object with SANs from the given distinguishedName and keyPair.
protected createCsrWithSANsObject ( CertificateRequest $certificateRequest ) : mixed
$certificateRequest AcmePhp\Ssl\CertificateRequest
Результат mixed

signCertificateRequest() публичный Метод

Generate a CSR from the given distinguishedName and keyPair.
public signCertificateRequest ( CertificateRequest $certificateRequest ) : string
$certificateRequest AcmePhp\Ssl\CertificateRequest
Результат string