Replies: 1 comment 3 replies
-
| 
         The recommended way to configure CA certs globally is to place them in ~/.pkl/cacerts. Would doing this work in your situation? There's some related discussion in #1039.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Right now you can set this path via the
--ca-certificatescli argument which solves most problems. However when plk is integrated into other projects or used in some way were we can't pass in args, things start to get ugly.I think a solid solution would be allowing
PLK_CA_CERTIFICATES=environment variable. This would make it much easier to work in an enterprise environment where all traffic is with a self signed certificate.Beta Was this translation helpful? Give feedback.
All reactions