index
:
gibheer/pkictl
master
pkictl - A small tool to generate key material and certificates, writting in Go.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-15
remove missing command from output
Gibheer
1
-1
/
+0
2018-04-19
add more error checking
Gibheer
1
-16
/
+18
2018-04-19
add more error checks
Gibheer
2
-8
/
+8
2018-04-18
fix error when no pem label is found
Gibheer
1
-6
/
+6
2018-04-18
fix file permissions
Gibheer
2
-2
/
+2
2016-10-01
rework program flow
Gibheer
15
-1102
/
+767
2015-07-24
add Go 1.4 requirement
Gibheer
1
-0
/
+2
2015-07-24
the documentation has to go above the package
Gibheer
2
-3
/
+3
2015-07-24
add package documentation to main.go
Gibheer
1
-0
/
+4
2015-07-24
make installation easier with go get
Gibheer
1
-2
/
+3
2015-07-19
add ed25519 support
Gibheer
1
-0
/
+3
2015-07-19
use public key instead of private key
Gibheer
2
-2
/
+2
2015-04-10
remove done TODO
Gibheer
1
-1
/
+0
2015-04-10
add ca load option
Gibheer
2
-13
/
+87
2015-04-01
add crl url support
Gibheer
1
-2
/
+34
2015-03-30
fix imports
Gibheer
1
-0
/
+4
2015-03-30
split certificate stuff into own file
Gibheer
3
-225
/
+240
2015-03-30
split out all private key related functions
Gibheer
3
-126
/
+126
2015-03-30
update todo list
Gibheer
1
-3
/
+0
2015-03-30
add extended key usage for certificates
Gibheer
1
-10
/
+45
2015-03-30
add basic key usage flag to certificates
Gibheer
1
-4
/
+37
2015-03-25
reformat code with gofmt
Gibheer
5
-621
/
+708
2015-03-24
add start and end date to certificates
Gibheer
2
-5
/
+64
2015-03-24
first parameter of args ignored
Gibheer
1
-1
/
+1
2015-03-23
rename to better distinguish between cert und csr
Gibheer
1
-2
/
+2
2015-03-23
rename FlagCertificateData
Gibheer
2
-5
/
+5
2015-03-22
remove unused import
Gibheer
1
-1
/
+0
2015-03-21
rework the parameter management
Gibheer
2
-262
/
+280
2015-03-21
add documentation for the command
Gibheer
1
-6
/
+13
2015-03-19
add command flag parser
Gibheer
1
-0
/
+112
2015-03-18
fixes small typo
Gibheer
1
-1
/
+1
2015-03-18
add a --help option to avoid an error message
Gibheer
1
-0
/
+1
2015-03-16
certificate generation is in
Gibheer
3
-45
/
+73
2015-03-05
finally add certificate sign request generation
Gibheer
3
-13
/
+151
2015-02-20
add comments to flag variables
Gibheer
1
-3
/
+7
2015-02-20
add verification of messages
Gibheer
3
-10
/
+78
2015-02-19
add comment to function
Gibheer
1
-0
/
+1
2015-02-19
add message signing again
Gibheer
2
-20
/
+54
2015-02-17
activate main help again
Gibheer
1
-3
/
+3
2015-02-17
make help even nicer
Gibheer
1
-2
/
+11
2015-02-17
make error messages nicer
Gibheer
2
-11
/
+23
2015-02-17
add public key support
Gibheer
3
-8
/
+14
2015-02-15
adjust library path
Gibheer
3
-3
/
+3
2015-02-15
make rsa check boundary
Gibheer
1
-1
/
+7
2015-02-15
redesign cli
Gibheer
10
-702
/
+284
2015-02-11
remove stale readme file
Gibheer
1
-6
/
+0
2015-02-04
add description in each file what it does
Gibheer
5
-0
/
+18
2015-02-04
rename files to reflect main function
Gibheer
2
-0
/
+0
2015-02-04
only add ips and names when they are set
Gibheer
1
-4
/
+8
2015-02-03
add last missing fields
Gibheer
1
-1
/
+20
[next]