<?xml version="1.0"?>
<yxorpconfig>

<!--
       
       This configuration snip is intended to be merged into the sample Yxorp configuration
       as shipped with the distribution. It is a part of the Yxorp tutorial, that may be
       found in the documentation directory.
       
       Sample SSL listener setup
       
-->

<!-- the definitions for the ssl listener -->

<listener
   id="test1ssl"
   ipaddress="0.0.0.0"
   port="443"
   rule="rule1"
   rejrule="rule3"
   ssl="yes"
   certfile="yxorptest.pem"
/>

</yxorpconfig>
