pub(crate) fn certificate_validation_url(
base_url: &str,
verification_id: &str,
) -> StringExpand description
The public page a certificate’s verification id addresses, which is also where its image is
viewed. Kept in sync by hand with certificateValidateRoute in
shared-module/packages/common/src/utils/routes.ts.