mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
507 B
Text
11 lines
507 B
Text
You wrote a cool network client or server. It encrypts connections
|
|
using TLS. Your test suite needs to make TLS connections to itself.
|
|
|
|
Uh oh. Your test suite probably doesn't have a valid TLS certificate.
|
|
Now what?
|
|
|
|
trustme is a tiny Python package that does one thing: it gives you
|
|
a fake certificate authority (CA) that you can use to generate fake
|
|
TLS certs to use in your tests. Well, technically they're real
|
|
certs, they're just signed by your CA, which nobody trusts. But you
|
|
can trust it. Trust me.
|