openssl_csr_export_to_file
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Exports a CSR to a file

2025-01-10 15:47:30
openssl_csr_new
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Generates a CSR

2025-01-10 15:47:30
openssl_pkcs12_export_to_file
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 5 >= 5.2.2, PHP 7) Exports a PKCS#12 Compatible Certificate Store File

2025-01-10 15:47:30
openssl_pkey_get_public
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Extract public key from certificate and prepare it for use

2025-01-10 15:47:30
openssl_pkey_export
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Gets an exportable representation of a key into a string

2025-01-10 15:47:30
openssl_pkey_get_details
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 5 >= 5.2.0, PHP 7) Returns an array with the key details

2025-01-10 15:47:30
openssl_x509_fingerprint
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 5.6, PHP 7) Calculates the fingerprint, or digest, of a given X.509 certificate

2025-01-10 15:47:30
openssl_pkey_get_private
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Get a private key

2025-01-10 15:47:30
openssl_csr_sign
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Sign a CSR with another certificate (or itself) and generate a certificate

2025-01-10 15:47:30
openssl_x509_export
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Exports a certificate as a string

2025-01-10 15:47:30