code-server/doc
Anmol Sethi 8b85006996
src/node/util.ts: Make certificate generation "modern"
Now we add a subject alt name, set extendedKeyUsage and use the
correct certificate extension.

The above allow it to be properly trusted by iOS.

See https://support.apple.com/en-us/HT210176

*.cert isn't a real extension for certificates, *.crt is correct
for it to be recognized by e.g. keychain or when importing as a profile
into iOS.

Updates #1566

I've been able to successfully connect from my iPad Pro now to my
code-server instance with a self signed certificate! Next commit
will be docs.
2020-10-30 13:36:53 -04:00
..
assets Replace gif with screenshot 2020-05-27 15:48:22 -04:00
CONTRIBUTING.md Docs copyedits: README.md + CONTRIBUTING.md (#2242) 2020-10-29 17:21:47 -04:00
FAQ.md src/node/util.ts: Make certificate generation "modern" 2020-10-30 13:36:53 -04:00
guide.md Bundle systemd system unit 2020-08-27 13:20:21 -04:00
install.md v3.6.1 2020-10-23 15:21:50 -05:00
npm.md doc: Update npm docs for debian sid 2020-08-26 13:54:42 -04:00