Skip to content

Commit 3c7fe26

Browse files
committed
Added support section
1 parent fa0c9fe commit 3c7fe26

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

README.MD

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
# Certificate Ripper 🔐
1111
A CLI tool to extract server certificates
1212

13-
# Introduction
14-
Certificate ripper came to life when I was curious to learn about writing OS native apps. It started as a pet project and I wanted to create a native app by writing it in Java.
15-
During my work I discovered that extracting certificates in other tools can sometimes be troublesome, so I used that as a use-case to create an app in Java, compile that to native OS app so others don't need Java to run it.
16-
It made my work easier for maintaining trust-stores and I hope it made others life also easier.
17-
18-
I have created this tool with ❤️ and passion, mostly during evening and night hours. If you use my tool and want to appreciate the work I have done, please consider to sponsor this project as a way to contribute back to the community.
19-
There are 3 options available to pick from: [GitHub](https://github.com/sponsors/Hakky54), [Ko-fi](https://ko-fi.com/hakky54) and [Open Collective](https://opencollective.com/hakky54)
20-
2113
## Demo
2214
![alt text](https://github.com/Hakky54/certificate-ripper/blob/master/images/demo.gif?raw=true)
2315

@@ -270,11 +262,11 @@ CertificateRipper.exportToPem("https://github.com")
270262
.run();
271263
```
272264

273-
## Contributing
265+
## Support
266+
Certificate Ripper needs your help!
267+
268+
If you can, please consider sponsoring Certificate Ripper. Even a small donation would help us offset the recurring maintenance costs. With enough sponsors we would be able to make Certificate Ripper grow faster and stronger! You can sponsor it at [GitHub](https://github.com/sponsors/Hakky54), [Ko-fi](https://ko-fi.com/hakky54) or [open collective](https://opencollective.com/hakky54).
274269

275-
There are plenty of ways to contribute to this project:
270+
If you are an industry user of Certificate Ripper and want to make sure it can keep growing and being maintained, please reach out!
276271

277-
* Give it a star
278-
* Make a donation through [GitHub](https://github.com/sponsors/Hakky54) or [open collective](https://opencollective.com/hakky54)
279-
* Share it with a [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Easily%20extract%20server%20certificates&url=https://github.com/Hakky54/certificate-ripper&via=hakky541&hashtags=certificate,security,https,ssl,tls,developer,java)
280-
* Submit a PR
272+
In any case, please star it on GitHub and share the word about it!

0 commit comments

Comments
 (0)