:orphan: .. index:: pair: struct; nginx_ssl_entry .. _doxid-structnginx__ssl__entry: struct nginx_ssl_entry ====================== .. toctree:: :hidden: Overview ~~~~~~~~ SSL settings entry :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct nginx_ssl_entry { // fields char* :ref:`name`; char* :ref:`cert`; char* :ref:`key`; char* :ref:`ciphers`; char* :ref:`protocols`; char* :ref:`session_cache`; unsigned int :ref:`session_timeout`; // methods :ref:`LIST_ENTRY`(nginx_ssl_entry); }; .. _details-structnginx__ssl__entry: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ SSL settings entry Fields ------ .. index:: pair: variable; name .. _doxid-structnginx__ssl__entry_1a5e53bd5cc95761f2660af3c623c58bd3: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Friendly name of ssl entry .. index:: pair: variable; cert .. _doxid-structnginx__ssl__entry_1aeb5ea478006c3213df823a94efa7d657: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* cert File path to certificate .. index:: pair: variable; key .. _doxid-structnginx__ssl__entry_1a1cf1213982e2d80162c4927a8f4ac9cb: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* key File path to certificate secrete key .. index:: pair: variable; ciphers .. _doxid-structnginx__ssl__entry_1a359eab7034960d8d4af20e84c53e6597: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* ciphers SSL ciphers in OpenSSL library format .. index:: pair: variable; protocols .. _doxid-structnginx__ssl__entry_1a99b4d14bf5ce0ba5c374067140892a66: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* protocols SSL protocols list .. index:: pair: variable; session_cache .. _doxid-structnginx__ssl__entry_1a9e21c33e7d2cec7ad147ec5a8c6f998a: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* session_cache SSL sessions cache specification .. index:: pair: variable; session_timeout .. _doxid-structnginx__ssl__entry_1a6c39ac6c9026294cfee605cf52feb456: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int session_timeout Timeout in seconds during which a client may reuse the session parameters Methods ------- .. index:: pair: function; LIST_ENTRY .. _doxid-structnginx__ssl__entry_1ae3d5a8ad6c264a8e8df9d9c43b1514e7: .. ref-code-block:: cpp :class: doxyrest-title-code-block LIST_ENTRY(nginx_ssl_entry) Linked list of entries