25 lines
717 B
ReStructuredText
25 lines
717 B
ReStructuredText
.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
..
|
|
.. SPDX-License-Identifier: MPL-2.0
|
|
..
|
|
.. This Source Code Form is subject to the terms of the Mozilla Public
|
|
.. License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
.. file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
|
..
|
|
.. See the COPYRIGHT file distributed with this work for additional
|
|
.. information regarding copyright ownership.
|
|
|
|
::
|
|
|
|
tls <string> {
|
|
ca-file <quoted_string>;
|
|
cert-file <quoted_string>;
|
|
ciphers <string>;
|
|
dhparam-file <quoted_string>;
|
|
hostname <quoted_string>;
|
|
key-file <quoted_string>;
|
|
prefer-server-ciphers <boolean>;
|
|
protocols { <string>; ... };
|
|
session-tickets <boolean>;
|
|
};
|