<?php
/**
 * Options for the letsencrypt plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */


$meta['documentroot'] = array('string');
$meta['certificatedir'] = array('string');

