Skip to content

Commit 7f96dc4

Browse files
Update rfc comments
1 parent b3bc703 commit 7f96dc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Certify.Models/Config/CertRequestConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public CertRequestConfig()
266266
public string? CustomCSR { get; set; }
267267

268268
/// <summary>
269-
/// If set, this is one or more custom JWT tokens used for TkAuth-01 : https://datatracker.ietf.org/doc/draft-ietf-acme-authority-token-tnauthlist/13/
269+
/// If set, this is one or more custom JWT tokens used for TkAuth-01 : https://www.rfc-editor.org/rfc/rfc9448
270270
/// </summary>
271271
public ObservableCollection<TkAuthToken>? AuthorityTokens { get; set; }
272272

src/Certify.Tests/Certify.Core.Tests.Unit/Tests/MiscTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void TestARICertIDEncodingWithTestCert()
8787
{
8888
// https://letsencrypt.org/2024/04/25/guide-to-integrating-ari-into-existing-acme-clients
8989

90-
// https://www.ietf.org/archive/id/draft-ietf-acme-ari-03.html#name-appendix-a-example-certific
90+
// https://www.rfc-editor.org/rfc/rfc9773.html#name-appendix-a-example-certific
9191

9292
var testCertPem = @"-----BEGIN CERTIFICATE-----
9393
MIIBQzCB66ADAgECAgUAh2VDITAKBggqhkjOPQQDAjAVMRMwEQYDVQQDEwpFeGFt

0 commit comments

Comments
 (0)