Skip to content

Commit 87126a3

Browse files
authored
[Documentation] Update package collection docs (#3710)
Add information about the new Swift Package Collection certificate type, available on developer.apple.com, that can be used for signing package collections.
1 parent 4af60f7 commit 87126a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/PackageCollections.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ Certificates used for signing package collections must meet the following requir
309309
- The certificate must not be revoked. The certificate authority must support OCSP, which means the certificate must have the "Certificate Authority Information Access" extension that includes OCSP as a method, specifying the responder's URL.
310310
- The certificate chain is valid and root certificate must be trusted.
311311
312+
Non-expired, non-revoked Swift Package Collection certificates from [developer.apple.com](https://developer.apple.com) satisfy all of the criteria above.
313+
312314
##### Trusted root certificates
313315
314316
With the `package-collection-sign` tool, the root certificate provided as input for signing a collection is automatically trusted. When SwiftPM user tries to add the collection, however,

0 commit comments

Comments
 (0)