Search Results
Generate a new signed public key and challenge Parameters ¶ private_key private_key should be set to a private key that was previously generated by openssl_pkey_new () (or otherwise obtained from the other openssl_pkey family of functions). The corresponding public portion of the key will be used to sign the CSR. challenge The challenge associated to associate with the SPKAC digest_algo The ...
openssl_spki_export () - Exports a valid PEM formatted public key signed public key and challenge openssl_get_md_methods () - Gets available digest methods openssl_csr_new () - Generates a CSR openssl_csr_sign () - Sign a CSR with another certificate (or itself) and generate a certificate
PHP 5 >= 5.6.0, PHP 7, PHP 8 openssl_spki_new - Generate a new signed public key and challenge Manual Code Examples
privkey should be set to a private key that was previously generated by openssl_pkey_new (or otherwise obtained from the other openssl_pkey family of functions). The corresponding public portion of the key will be used to sign the CSR.
openssl_spki_export () - Exporte un PEM valide formaté comme une clé publique signée openssl_get_md_methods () - Récupère la liste des méthodes digest disponibles openssl_csr_new () - Génère une CSR openssl_csr_sign () - Signe un CSR avec un autre certificat (ou lui-même) et génère un certificat
openssl_spki_export () - Exports a valid PEM formatted public key signed public key and challenge openssl_get_md_methods () - Gets available digest methods openssl_csr_new () - Generates a CSR openssl_csr_sign () - Sign a CSR with another certificate (or itself) and generate a certificate
See Also openssl_spki_new () openssl_spki_export_challenge () - Exports the challenge assoicated with a signed public key and challenge openssl_spki_export () - Exports a valid PEM formatted public key signed public key and challenge openssl_csr_new () - Generates a CSR
