policy.sample revision f72f5879424ce4081893b306b8c31f29fe9205e0
/*
* Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
*
* 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 http://mozilla.org/MPL/2.0/.
*/
};
// and this
policy default {
directory "keydir";
keyttl 1h;
};
policy default;
coverage 5y;
keyttl 2h;
};
/*
* and this is also a comment,
* and it should be ignored like
* the others.
*/
};
/*
* This confirms that zones starting with digits are accepted.
*/
zone "99example.com" {
};