You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to add a specific directory structure to share my pem public key. This is to support an automation for my Home Assistant service. I need to add the following to the site root.
.well-known/appspecific/com.tesla.3p.public-key.pem
Goal:
open a url to the following http://mysite/.well-known/appspecific/com.tesla.3p.public-key.pem and download the pem file. It's required to have the following structure.
I tried doing the following which worked in my branch before I merged.
In my _config.yml
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Checklist
How did you create the site?
Built from
jekyll-theme-chirpy
Description
I'm looking to add a specific directory structure to share my pem public key. This is to support an automation for my Home Assistant service. I need to add the following to the site root.
.well-known/appspecific/com.tesla.3p.public-key.pem
Goal:
open a url to the following
http://mysite/.well-known/appspecific/com.tesla.3p.public-key.pem
and download the pem file. It's required to have the following structure.I tried doing the following which worked in my branch before I merged.
In my _config.yml
This change also included the pem file and directory structure being added at the root of the repo.
Is there something else I should be doing?
Operations you have already tried
added to the config.yaml
With the pem file.
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions