diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-03-29 09:58:42 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-03-29 09:58:52 -0500 |
commit | 3635fc5c8d8409d1c5e0f521469a6aaca4d19ffe (patch) | |
tree | 11ca165582a9b040923e475e1528afa6fcbde425 /misc | |
parent | 52f34cd975401f918169fe9373b0b4576f6b36ef (diff) |
Local CA to use Keystores
Issue-ID: AAF-204
Change-Id: I59491ffa26d5ea117a98470f38f090900b9e1b4e
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/.gitignore | 1 | ||||
-rw-r--r-- | misc/env/.gitignore | 1 | ||||
-rw-r--r-- | misc/rosetta/.gitignore | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/misc/.gitignore b/misc/.gitignore index 0c2b833e..988e9128 100644 --- a/misc/.gitignore +++ b/misc/.gitignore @@ -1,2 +1,3 @@ /.settings/ /.project +/target/ diff --git a/misc/env/.gitignore b/misc/env/.gitignore index 51037e60..6028f0a5 100644 --- a/misc/env/.gitignore +++ b/misc/env/.gitignore @@ -1,4 +1,3 @@ -/target/ /.classpath /.settings/ /target/ diff --git a/misc/rosetta/.gitignore b/misc/rosetta/.gitignore index 3b314b88..b373f319 100644 --- a/misc/rosetta/.gitignore +++ b/misc/rosetta/.gitignore @@ -2,5 +2,4 @@ /.classpath /.settings/ /logs/ -/target/ /.project |