Skip to content

Commit 20133ff

Browse files
authored
FEATURE: A pr to fix ssl config button when you have bedrock setup (#12)
* FEATURE: A working pr on a fix ssl config button * FEATURE: Only change path if the file is there :) * FEATURE: change the function to run on each site-start, so you will always have the correct config when working :) * FEATURE: Update readme * readme
1 parent 5853881 commit 20133ff

File tree

7 files changed

+404
-14
lines changed

7 files changed

+404
-14
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/node_modules/
1+
/node_modules/
2+
.idea

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Absolute path should also work. like this: "/Users/username/Sites/project-name/w
2020
### Remote Images through NGINX config.
2121
This allows you to type in the production url and it will use that url to fetch images.
2222

23+
### SSL Fix for ca-bundle.crt path if you are using bedrock.
24+
Fixes SSL issues with bedrock installs by updating the ca-bundle.crt path in the php.ini file. Currently hardcoding to add the extra wp folder in the `public/wp/wp-includes/certificates/ca-bundle.crt` path.
25+
This function runs on site start, so you don't need to think about anything :)
26+
2327
## Installation
2428

2529
* Download the .tar.gz file from the releases page.

lib/SiteInfoExtender.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/SiteInfoExtender.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/main.js

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

0 commit comments

Comments
 (0)