Building tool like GoAcme but not a CLI one, Is it possible?

Hi,

I am trying to write Go code similar to GoACME but not being a Command line interface tool, I could successfully create RSA key, though Goacme uses elliptic keys, but there is issue with user config, I am not able to work with user config, I am giving my account key path directly in the path of read key, but I am not sure, how its gone a work.

For now I am getting error as "panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x88 pc=0x1238ba2]

goroutine 1 [running]:
main.main() "

there is some issue with this client
client := &acme.Client{
Key: uc.key,
DirectoryURL: string(certDisco),
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.