<feed xmlns='http://www.w3.org/2005/Atom'>
<title>easypki, branch main</title>
<subtitle>Fork of easypki with my patches.</subtitle>
<id>http://git.kilabit.info/easypki/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/easypki/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/easypki/'/>
<updated>2026-04-14T20:22:41Z</updated>
<entry>
<title>go.mod: update all dependencies and set minimum Go to v1.26.0</title>
<updated>2026-04-14T20:22:41Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-04-14T20:21:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/easypki/commit/?id=2640289d8fd6bfcdb2bdc06c51c24a640d54cc33'/>
<id>urn:sha1:2640289d8fd6bfcdb2bdc06c51c24a640d54cc33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: fork of unmaintained "github.com/google/easypki"</title>
<updated>2023-11-10T05:53:36Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-10T05:26:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/easypki/commit/?id=378facb96e877ed275a59d974ee9b69e06120a53'/>
<id>urn:sha1:378facb96e877ed275a59d974ee9b69e06120a53</id>
<content type='text'>
Changes,

* Add Go module

* replace "github.com/codegangsta/cli" with "github.com/urfave/cli"

* Changes import path to this repository using the following command,

  $ find . -type f -name "*.go" \
  | xargs sed -i "s#github.com/google/easypki#git.sr.ht/~shulhan/easypki#g"

* Reformat all files using goimports

* Remove reference to Travis and CodeCov
</content>
</entry>
<entry>
<title>Update README to match current state of the CLI.</title>
<updated>2017-02-17T10:15:40Z</updated>
<author>
<name>Jeremy Clerc</name>
<email>jclerc@google.com</email>
</author>
<published>2017-02-17T10:15:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/easypki/commit/?id=d7ae2721b8268b1e2880656504f41d4ae94c902b'/>
<id>urn:sha1:d7ae2721b8268b1e2880656504f41d4ae94c902b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add badge and link to godoc.</title>
<updated>2017-02-16T10:48:31Z</updated>
<author>
<name>Jeremy Clerc</name>
<email>jclerc@google.com</email>
</author>
<published>2017-02-16T10:48:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/easypki/commit/?id=dd4d79f910a302184cc1a4a135c4cb5d44eccd68'/>
<id>urn:sha1:dd4d79f910a302184cc1a4a135c4cb5d44eccd68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Example readme, make localhost a link. Adjust import orders in example</title>
<updated>2017-02-15T13:48:45Z</updated>
<author>
<name>Jeremy Clerc</name>
<email>jclerc@google.com</email>
</author>
<published>2017-02-15T13:48:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/easypki/commit/?id=da29806f5b70ad69f35f13566768252e4d6588af'/>
<id>urn:sha1:da29806f5b70ad69f35f13566768252e4d6588af</id>
<content type='text'>
file.
</content>
</entry>
<entry>
<title>Group example binary to not mess with go get.</title>
<updated>2017-02-15T13:45:47Z</updated>
<author>
<name>Jeremy Clerc</name>
<email>jclerc@google.com</email>
</author>
<published>2017-02-15T13:45:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/easypki/commit/?id=48788f8d084bc2e3d97341b060761747faf11a83'/>
<id>urn:sha1:48788f8d084bc2e3d97341b060761747faf11a83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add client authentication example.</title>
<updated>2017-02-15T13:29:43Z</updated>
<author>
<name>Jeremy Clerc</name>
<email>jclerc@google.com</email>
</author>
<published>2017-02-15T13:29:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/easypki/commit/?id=51e2e81502cdab076a3c0e4958fbb58884418fc8'/>
<id>urn:sha1:51e2e81502cdab076a3c0e4958fbb58884418fc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move file creation in its own defined func.</title>
<updated>2017-02-15T08:33:30Z</updated>
<author>
<name>Jeremy Clerc</name>
<email>jclerc@google.com</email>
</author>
<published>2017-02-15T08:33:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/easypki/commit/?id=1d7c7f7b897ad203f8d873d6338edd7ec735f936'/>
<id>urn:sha1:1d7c7f7b897ad203f8d873d6338edd7ec735f936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for local store.</title>
<updated>2017-02-14T17:03:36Z</updated>
<author>
<name>Jeremy Clerc</name>
<email>jclerc@google.com</email>
</author>
<published>2017-02-14T17:03:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/easypki/commit/?id=482f2871eaa8e5b8d093dfae2265796d2d6ab1e5'/>
<id>urn:sha1:482f2871eaa8e5b8d093dfae2265796d2d6ab1e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2017-02-14T14:30:54Z</updated>
<author>
<name>Jeremy Clerc</name>
<email>jclerc@google.com</email>
</author>
<published>2017-02-14T14:30:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/easypki/commit/?id=72687ac662449257c0600b22ada7b6b335d7e4a8'/>
<id>urn:sha1:72687ac662449257c0600b22ada7b6b335d7e4a8</id>
<content type='text'>
</content>
</entry>
</feed>
