aboutsummaryrefslogtreecommitdiff
path: root/create_private_key.go
AgeCommit message (Collapse)AuthorFilesLines
2022-08-15update import pathsGibheer1-1/+1
2018-04-18fix file permissionsGibheer1-1/+1
This was reported to me, that it makes no sense that csr, crt and so on are written as 0700. And even in the case of private keys, why do they need the executable bit set?
2016-10-01rework program flowGibheer1-0/+80
This commit is a complete rebuild of pkictl. Before everything was all over the place and adding new commands was kind of a hassle. Now each command has its own file and can be adjusted on a command basis. Options are still used by the same name, but can now use different descriptions.