Interface I_CmsLetsEncryptUpdater

All Known Implementing Classes:
CmsLetsEncryptUpdater

public interface I_CmsLetsEncryptUpdater
Interface for classes which should handle an updated certificate configuration.

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    update(String certConfig)
    Called when the certificate configuration is updated.
  • Method Details

    • update

      boolean update(String certConfig)
      Called when the certificate configuration is updated.
      Parameters:
      certConfig - the new certificate configuration data
      Returns:
      true if the update was successful from OpenCms' point of view