mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
35 lines
606 B
Markdown
35 lines
606 B
Markdown
# Node.js
|
|
|
|
Open-source, cross-platform JavaScript runtime environment.
|
|
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
1. [Sources](#sources)
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
# Use a custom CA certificate.
|
|
export NODE_EXTRA_CA_CERTS='path/to/trusted/ca/cert.pem'
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [Website]
|
|
- [`npm`][npm]
|
|
|
|
## Sources
|
|
|
|
All the references in the [further readings] section, plus the following:
|
|
|
|
<!-- upstream -->
|
|
[website]: https://nodejs.org/en
|
|
|
|
<!-- internal references -->
|
|
[further readings]: #further-readings
|
|
[npm]: npm.md
|
|
|
|
<!-- external references -->
|