Skip to content

Commit 4a95b9d

Browse files
committed
Add mk-ca-bundle.pl to repo
1 parent 097c052 commit 4a95b9d

3 files changed

Lines changed: 582 additions & 0 deletions

File tree

utils/mk-ca-bundle/COPYING

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
COPYRIGHT AND PERMISSION NOTICE
2+
3+
Copyright (c) 1996 - 2018, Daniel Stenberg, <daniel@haxx.se>, and many
4+
contributors, see the THANKS file.
5+
6+
All rights reserved.
7+
8+
Permission to use, copy, modify, and distribute this software for any purpose
9+
with or without fee is hereby granted, provided that the above copyright
10+
notice and this permission notice appear in all copies.
11+
12+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
15+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
16+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
18+
OR OTHER DEALINGS IN THE SOFTWARE.
19+
20+
Except as contained in this notice, the name of a copyright holder shall not
21+
be used in advertising or otherwise to promote the sale, use or other dealings
22+
in this Software without prior written authorization of the copyright holder.

utils/mk-ca-bundle/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This file comes from the [curl source repository](https://github.com/curl/curl).
2+
3+
To update the certificate bundle used in the Continuous Integration tests, run:
4+
5+
```sh
6+
./mk-ca-bundle.pl -d release ../../test/rules/platform_certs/default/ca-bundle.crt
7+
```

0 commit comments

Comments
 (0)