Package com.io7m.certusine.vanilla
Class CSDomains
java.lang.Object
com.io7m.certusine.vanilla.CSDomains
Functions to process domains.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidrenew(CSOptions options, CSDomain domain, Clock clock, CSCertificateStoreType certificateStore) Renew all certificates for the given domain.
-
Method Details
-
renew
public static void renew(CSOptions options, CSDomain domain, Clock clock, CSCertificateStoreType certificateStore) throws IOException, InterruptedException Renew all certificates for the given domain.- Parameters:
options- The execution optionsdomain- The domaincertificateStore- The certificate storeclock- The clock used for time-based operations- Throws:
IOException- On errorsInterruptedException- On interruption
-