Skip to content

Commit ebd8870

Browse files
committed
[UPDATE] README.md
1 parent 9bea392 commit ebd8870

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ let settings: ClientSettings = .localhost(userCredentials: .init(username: "admi
7575
inBundle: .main))
7676
```
7777

78+
### ClientSettings + CASource
79+
80+
```swift
81+
clientSettings.cerificates.append(.crtInBundle("ca")!)
82+
```
83+
7884
### Appending Event
7985

8086
```swift

0 commit comments

Comments
 (0)