https://github.com/fcwu/nginx-client-auth
example for openssl to generate key chains
https://github.com/fcwu/nginx-client-auth
Last synced: 10 months ago
JSON representation
example for openssl to generate key chains
- Host: GitHub
- URL: https://github.com/fcwu/nginx-client-auth
- Owner: fcwu
- Created: 2020-04-23T04:39:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T07:26:04.000Z (about 6 years ago)
- Last Synced: 2024-04-14T23:08:55.729Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. build *.a
2. run .a
1. build binary
2. use memfd_create to create file like tempfs http://man7.org/linux/man-pages/man2/memfd_create.2.html https://magisterquis.github.io/2018/03/31/in-memory-only-elf-execution.html
3. run binary by fork and exec