package certservice_provisioner import "fmt" func SignCertificate() { fmt.Println("--> This method is currently a stub.") }