X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=apache2-cn.git;a=blobdiff_plain;f=debian%2Ftemplates;fp=debian%2Ftemplates;h=c893ff8e541684e8d75810854fa1983fc229867b;hp=0000000000000000000000000000000000000000;hb=233a4144ba7f128474b9eb63767276ae84ade801;hpb=eb37ec66b33ffb28c3a28fae57326403db609a25 diff --git a/debian/templates b/debian/templates new file mode 100644 index 0000000..c893ff8 --- /dev/null +++ b/debian/templates @@ -0,0 +1,38 @@ +Template: apache2-cn/sslcf +Type: string +Description: SSL Certificate: + Upisite lokaciju vec postojeceg SSL certifikata. U slucaju da nemate + SSL certifikate, ostavite ovo polje praznim - ne morate nista upisivati. + Instalacija ce automatski generirati SSL certifikat i obaviti konfiguraciju + Vaseg Apache2 web servera. + . + Primjer: /etc/ssl/certs/apache2.pem + +Template: apache2-cn/sslckf +Type: string +Description: SSL Certificate Key: + Upisite lokaciju vec postojece datoteke koja sadrzi SSL kljuc. + . + Primjer: /etc/ssl/private/apache2.key + +Template: apache2-cn/sslccf +Type: string +Description: SSL Certificate Chain: + Upisite lokaciju vec postojece SSL chain datoteke. U slucaju da nemate + SSL chain datoteku, ostavite ovo polje praznim. + . + Primjer: /etc/ssl/certs/sureserverEDU.pem + +Template: apache2-cn/wwwhost +Type: boolean +Description: Dodati WWW VirtualHost u konfiguraciju web servera? + Zelite li da Apache2 web server posluzuje i web stranice s adresom oblika + ${www_domena}? U slucaju DA to zelite, Apache2 web server ce + posluzivati web stranice na adresama: + . + http://${stroj_domena}/, https://${www_domena}, te https://${www_domena} (SSL). + . + Ukoliko to NE zelite, Apache2 server ce posluzivati stranice na adresama: + . + http://${stroj_domena} i https://${stroj_domena}. +