Examples

Certificate enrollment

Since Fortify is compatible with the WebCrypto API you can utilize PKIjs to create a certificate request or use our web component to handle this for you.

Certificate enrollment (form-policy)

Since Fortify is compatible with the WebCrypto API you can utilize PKIjs to create a certificate request or use our web component to handle this for you.

A form-policy opens up new possibilities for a component. It allows you to better configure the form of issuing a certificate, for example, fill in the name of the subject by default, thereby speeding up the time of issuing a certificate.

Certificate management

Fortify provides an API that enables you to enumerate the available certificates. This is useful for managing certificates from a web application or selecting which certificate to sign. When using our web components we take care of the enumeration and display of the certificates for you.

Signing

Signing is the most common use case for using Fortify. Since Fortify is API compatible with WebCrypto the flow of signing is straight forward.