Skip to content

Commit 81fa9db

Browse files
committed
Fix links
1 parent 3af74c1 commit 81fa9db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docfx/docs/profile-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The profile selection process will run the identifier validation and only select
5959
```
6060

6161
A profile for device-attest-01 challenges could look like this:
62-
Device-Attest-01 is a little bit more involved, since it allows remote validation via an [POST reqeuest](./AboutDeviceAttest.md) and needs to be configured with the Apple root certificate.
62+
Device-Attest-01 is a little bit more involved, since it allows remote validation via an [POST reqeuest](./device-attest.md) and needs to be configured with the Apple root certificate.
6363
Currently, the device-attest-01 challenge is not standardized, so this profile is experimental and may change in the future - also it only supports the Apple device-attest-01 challenges.
6464

6565
If you are interested in android support or tpm support, please open an issue on the GitHub repository.

docfx/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It needs an Microsoft ADCS for certificate issuance, that allows auto-enrollment
1919
- Challenge types: `http-01`, `dns-01`, `tls-alpn-01`, `device-attest-01` (experimental, until standardized, Apple only currently, [more Information](./docs/device-attest.md))
2020
- ExternalAccountBinding (EAB) support ([more Information](./docs/eab.md))
2121
- Identifier types: `dns` ([RFC 8555](https://www.rfc-editor.org/rfc/rfc8555#section-9.7.7)), `ip` ([RFC 8738](https://www.rfc-editor.org/rfc/rfc8738)), `permanent-identifier` (experimental, [Draft](https://www.ietf.org/archive/id/draft-acme-device-attest-04.html))
22-
- [Profiles](./docs/AboutProfiles.md) 'automatic' and ['client selected'](https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/01/), which allow to define different settings for different identifiers, e.g. different templates or CA servers.
22+
- [Profiles](./docs/profile-config.md) 'automatic' and ['client selected'](https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/01/), which allow to define different settings for different identifiers, e.g. different templates or CA servers.
2323

2424
## License
2525

0 commit comments

Comments
 (0)