diff --git a/source/reference-manual/security/cert-rotation.rst b/source/reference-manual/security/cert-rotation.rst index 4ca4f4323..c8a58327f 100644 --- a/source/reference-manual/security/cert-rotation.rst +++ b/source/reference-manual/security/cert-rotation.rst @@ -47,14 +47,11 @@ The certificate renewal logic uses the EST 7030 `simple re-enrollment`_ process * EST Server verifies request, creates a new certificate, and returns it to the device - * The new certificate is valid for `one year`_ + * The new certificate is valid for one year .. _simple re-enrollment: https://www.rfc-editor.org/rfc/rfc7030.html#section-4.2.2 -.. _one year: - https://github.com/foundriesio/estserver/blob/1b32b40729c60e8dfa21155dd1d31135244e56c1/service.go#L210 - Tracking Progress ----------------- diff --git a/source/reference-manual/security/imx-generic-custom-keys.rst b/source/reference-manual/security/imx-generic-custom-keys.rst index c75ecf62c..fb9d9e3e2 100644 --- a/source/reference-manual/security/imx-generic-custom-keys.rst +++ b/source/reference-manual/security/imx-generic-custom-keys.rst @@ -101,4 +101,4 @@ close the board, respectively. after understanding its critical implications. .. _i.MX Secure Boot on HABv4 Supported Devices: https://www.nxp.com/webapp/Download?colCode=AN4581&location=null -.. _Generating a fast authentication PKI tree: https://github.com/nxp-imx/uboot-imx/blob/lf_v2022.04/doc/imx/habv4/introduction_habv4.txt#L193 +.. _Generating a fast authentication PKI tree: https://github.com/nxp-imx/uboot-imx/blob/lf_v2022.04/doc/imx/habv4/introduction_habv4.txt diff --git a/source/reference-manual/security/secure-boot-uefi.rst b/source/reference-manual/security/secure-boot-uefi.rst index 5fcd2a3bd..55b371609 100644 --- a/source/reference-manual/security/secure-boot-uefi.rst +++ b/source/reference-manual/security/secure-boot-uefi.rst @@ -82,7 +82,7 @@ Once PK is added by the user, most UEFI implementations move the active mode fro Creating UEFI Secure Boot Keys ----------------------------------- -The suggested way to create a custom set of UEFI Secure Boot keys and certificates is via the `lmp-tools gen_uefi_certs.sh `_ script. +The suggested way to create a custom set of UEFI Secure Boot keys and certificates is via the `lmp-tools gen_uefi_certs.sh `_ script. 1. Clone the ``lmp-tools`` repository from GitHub