6 lines
224 B
Text
6 lines
224 B
Text
<%
|
|
from os.path import isfile, join
|
|
%><%include file="ssl/${domain}.crt.pem"/>
|
|
% if isfile(join(repo.path, 'data', 'ssl', f'{domain}.crt_intermediate.pem')):
|
|
<%include file="ssl/${domain}.crt_intermediate.pem"/>
|
|
% endif
|