-
Notifications
You must be signed in to change notification settings - Fork 44
can octorpki connect to new custom TALs? #105
Comments
I have an octorpki instance running against a test tal using command line arguments. Have you tried that approach? |
Hello ties, yes I think I have. After I made those small changes in the source code I compiled octorpki, got the new octorpki binary and ran it via
did I do something wrong or is there an alternative? |
Small update, curiously, changing the source code and compiling the changes with Is there a way for a self signed certificates to be accepted by octorpki for a testing environment? |
Odd that it did not work that other way around!
For the URL of the repository? I would need to check the code. You may also be able to add the certificate to the certificate store that the go binary uses (standard unix tricks apply to figure out if it reads that, you may be able to strace that) |
I would like to test octorpki using my own testbed tal created via krill but the software doesn't recognize my tal. It doesn't even throw any error messages. I compiled octorpki using https://github.com/cloudflare/cfrpki#compile . I adapted the source code to include my new custom TAL in RootTALs
I deleted the other TALs from the TAL folder so that I could observer what happens with my TAL but for every validation run I get the following logs.
My TAL works and is accessible via Routinator but with Octorpki I cant make it work. Any suggestion would be very appreciated.
The text was updated successfully, but these errors were encountered: