https://github.com/flyinprogrammer/learn-mtls-the-hard-way
Learn mTLS the Hard Way
https://github.com/flyinprogrammer/learn-mtls-the-hard-way
education learning-exercise mtls
Last synced: 26 days ago
JSON representation
Learn mTLS the Hard Way
- Host: GitHub
- URL: https://github.com/flyinprogrammer/learn-mtls-the-hard-way
- Owner: flyinprogrammer
- Created: 2020-02-18T21:44:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:33:54.000Z (over 2 years ago)
- Last Synced: 2025-03-24T14:45:56.481Z (about 1 month ago)
- Topics: education, learning-exercise, mtls
- Language: JavaScript
- Homepage: https://flyinprogrammer.com/learn-mtls-the-hard-way/
- Size: 2.14 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn mTLS the Hard Way
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.