openssl_csr_new
(PHP 4 >= 4.2.0)
openssl_csr_new -- Generates a privkey and CSR
Description
bool
openssl_csr_new ( array dn, resource privkey [, array extraattribs [, array configargs]])
Varování |
Tato funkce je
EXPERIMENTÁLNÍ. Chování této funkce, její
název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích
PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na
vlastní nebezpečí. |
openssl_csr_new() generates a new CSR (Certificate Signing Request)
based on the information provided by dn, which represents the
Distinguished Name to be used in the certificate.