Mwstudio4

Untitled

Apr 8th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. 'ssl' => [
  2. /*
  3. * Path to local certificate file on filesystem. It must be a PEM encoded file which
  4. * contains your certificate and private key. It can optionally contain the
  5. * certificate chain of issuers. The private key also may be contained
  6. * in a separate file specified by local_pk.
  7. */
  8. 'local_cert' => '/var/www/server.crt',
  9. // 'local_cert' => null,
  10.  
  11. /*
  12. * Path to local private key file on filesystem in case of separate files for
  13. * certificate (local_cert) and private key.
  14. */
  15. 'local_pk' => '/var/www/server.key',
  16. // 'local_pk' => null,
  17.  
  18. /*
  19. * Passphrase for your local_cert file.
  20. */
Advertisement
Add Comment
Please, Sign In to add comment