Confirm / Adjust AgendaComplete 9-9-2020Background on Git - What is it, where did it come from?Complete 9-9-2020Overview of GIT (fast)Complete 9-9-2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| create the client certificates: | |
| -------------------------------------------- | |
| openssl genrsa -out key.pem 2048 | |
| openssl req -new -key key.pem -out client.csr | |
| openssl x509 -req -in client.csr -signkey key.pem -out cert.pem | |
| run the web server: | |
| -------------------------------------------- | |
| node serve.js |
The following code demo's one way you can query active directory, translating a username to an email address. Code is derived from this [stackexchange post](https://stackoverf
By default when you open a file it is opened in preview mode. You can tell a tab is a preview if the text describing the file that was opened is itallicized. If you double click on the tab it will remove preview mode, resulting in the file staying open when you open another file.
You can also disable preview mode by adding the following to your setting.json:
