summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-09-04 14:15:49 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-09-04 14:15:49 +0200
commit43ac68eb42be0ae60808a3778129c977d7807e71 (patch)
tree39532d3cead053a630e7e57a323cd6325d103386
parent90743adf4c0b32ad6508d1e8517813f55e10085a (diff)
Show key
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 0f2cde0..1837e00 100644
--- a/main.go
+++ b/main.go
@@ -1,6 +1,7 @@
package main
//go:generate openssl genrsa -out test.key 48
+//go:generate openssl rsa -in test.key -noout -text
import (
"crypto/rsa"