PHP » GoLang |
login |
register |
about
|
GoLang openssl_csr_new
request it (391)
GoLang replacement for PHP's openssl_csr_new
[edit | history]
openssl_csr_new(PHP 4 >= 4.2.0, PHP 5, PHP 7) openssl_csr_new — Generates a CSR Description
mixed openssl_csr_new
( array
$dn
, resource &$privkey
[, array $configargs
[, array $extraattribs
]] )
openssl_csr_new() generates a new CSR (Certificate Signing Request)
based on the information provided by
Parameters
Return Values
Returns the CSR or Examples
Example #1 Creating a self-signed certificate
<?php Example #2 Creating a self-signed ECC certificate in PHP 7.1+
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|