File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,9 @@ or [submit a PR](https://github.com/bitfireAT/cert4android/pulls) over Github.
71715. Close the instance when it's not required anymore (will disconnect from the
7272 `CustomCertService`, thus allowing it to be destroyed).
7373
74- Example of initialzing an okhttp client:
74+ Example of initializing an okhttp client:
7575
76+ ```kotlin
7677 val keyManager = ...
7778 CustomCertManager(...).use { trustManager ->
7879 val sslContext = SSLContext.getInstance("TLS")
@@ -87,7 +88,7 @@ Example of initialzing an okhttp client:
8788 val httpClient = builder.build()
8889 // use httpClient
8990 }
90-
91+ ```
9192
9293You can overwrite resources when you want, just have a look at the `res/strings`
9394directory. Especially `certificate_notification_connection_security` and
You can’t perform that action at this time.
0 commit comments