1 2 3 4 5 6 7
package certservice_provisioner import "fmt" func SignCertificate() { fmt.Println("--> This method is currently a stub.") }