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 have multiple sites on one trellis, and some use different cloudflare accounts. When attempting to use a combination of manual and cloudflare it says that it can't find the domain (predictably) but, it shouldn't be trying to because i have those set to manual SSL.
What I've done for now is set all sites to manual, then it provisions successfully.
Another solution could be using multiple account keys and setting them for each site in wordpress_sites.yml or vault.yml
This could just be some weird edge case that nobody ever does though. :)
The text was updated successfully, but these errors were encountered:
We should add support "per site Cloudflare API key" support.
Something like:
# In vault.ymlvault_cloudflare_origin_ca_key: v1.0-xxxxxxxxxxxvault_cloudflare_origin_ca_key_of_another_account: v1.0-yyyyyyyyyyyy# In wordpress_sites.ymlwordpress_sites:
example.com:
cloudflare_origin_ca:
# No `origin_ca_key` config. Fallback to `vault_cloudflare_origin_ca_key`example-another-account.com:
cloudflare_origin_ca:
# Plain text string is okay. But, you really want to encrypt it in vault.ymlorigin_ca_key: "{{ vault_cloudflare_origin_ca_key_of_another_account }}"
I have multiple sites on one trellis, and some use different cloudflare accounts. When attempting to use a combination of manual and cloudflare it says that it can't find the domain (predictably) but, it shouldn't be trying to because i have those set to manual SSL.
What I've done for now is set all sites to manual, then it provisions successfully.
Another solution could be using multiple account keys and setting them for each site in wordpress_sites.yml or vault.yml
This could just be some weird edge case that nobody ever does though. :)
The text was updated successfully, but these errors were encountered: