Move logic of generate certificate to signing-service
Compare changes
+ 2
− 18
@@ -17,24 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -17,24 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
func (s *KeyStorageServerImpl) GenerateCertificate(ctx context.Context, in *api.GenerateCertificateRequest) (*api.GenerateCertificateResponse, error) {
@@ -188,3 +171,4 @@ func readPemBlockFromFile(fileName string) (*pem.Block, error) {
@@ -188,3 +171,4 @@ func readPemBlockFromFile(fileName string) (*pem.Block, error) {