Class CSDomains
java.lang.Object
com.io7m.certusine.vanilla.CSDomains
Functions to process domains.
-
Method Summary
-
Method Details
-
renew
public static void renew(com.io7m.repetoir.core.RPServiceDirectoryType services, CSDomain domain, Clock clock) throws IOException, InterruptedException Renew all certificates for the given domain.- Parameters:
services- A service directorydomain- The domainclock- The clock used for time-based operations- Throws:
IOException- On errorsInterruptedException- On interruption
-