mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
31 lines
448 B
Markdown
31 lines
448 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)
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
# Use a custom CA certificate.
|
|
export NODE_EXTRA_CA_CERTS='path/to/trusted/ca/cert.pem'
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [Website]
|
|
- [`npm`][npm]
|
|
|
|
<!--
|
|
References
|
|
-->
|
|
|
|
<!-- Upstream -->
|
|
[website]: https://nodejs.org/en
|
|
|
|
<!-- Knowledge base -->
|
|
[npm]: npm.md
|