Interface AuthorizedCertificatesGrpc.AsyncService

    • Method Detail

      • updateAuthorizedCertificate

        default void updateAuthorizedCertificate​(UpdateAuthorizedCertificateRequest request,
                                                 io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
         Updates the specified SSL certificate. To renew a certificate and maintain
         its existing domain mappings, update `certificate_data` with a new
         certificate. The new certificate must be applicable to the same domains as
         the original certificate. The certificate `display_name` may also be
         updated.
         
      • deleteAuthorizedCertificate

        default void deleteAuthorizedCertificate​(DeleteAuthorizedCertificateRequest request,
                                                 io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
         Deletes the specified SSL certificate.