Skip to content

Commit 8eb6b5f

Browse files
Adding support for specifying 'subjectAltName' hostnames in generated certificate so that accessing Obsidian from a remote host can be done with a validated certificate.
1 parent 3b18e8f commit 8eb6b5f

File tree

6 files changed

+158
-77
lines changed

6 files changed

+158
-77
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-local-rest-api",
33
"name": "Local REST API",
4-
"version": "2.0.6",
4+
"version": "2.1.0",
55
"minAppVersion": "0.12.0",
66
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.",
77
"author": "Adam Coddington",

package-lock.json

Lines changed: 91 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-local-rest-api",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)