Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:33:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T06:39:29.478Z (almost 2 years ago)
- Topics: education, learning-exercise, mtls
- Language: JavaScript
- Homepage: https://flyinprogrammer.com/learn-mtls-the-hard-way/
- Size: 2.14 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 24
-
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.