Ignore:
Timestamp:
2018-08-21T18:30:43+12:00 (6 years ago)
Author:
ak19
Message:

Rough draft of working ant targets that automate obtaining (and revoking) a certificate from LetsEncrypt for https. The targets are still messy, but work. I will recommit tidier versions hereafter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/resources/tomcat/server_tomcat7.xml.svn

    r32346 r32349  
    101101            keystoreFile="@keystore.file@"
    102102            keystorePass="@keystore.pass@"
    103             clientAuth="false" sslProtocol="TLS" />
     103            clientAuth="false" sslProtocol="TLS"
     104        keystoreType="@keystore.type@" />
    104105    @https.comment.out.end@
    105106
Note: See TracChangeset for help on using the changeset viewer.