Skip to main content

certificate_validation_url

Function certificate_validation_url 

Source
pub(crate) fn certificate_validation_url(
    base_url: &str,
    verification_id: &str,
) -> String
Expand 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.