feat: Implement support for importing certificates

chore: Remove obsolete model
wip: Create first working test case for cert import
wip: Generate basic certRequest from given cert files
wip: Start work on being able to import certificates
chore: Update gitignore
This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-11-22 17:43:02 +01:00
parent b39242baba
commit f2ed523285
15 changed files with 518 additions and 33 deletions

4
.gitattributes vendored
View file

@ -2,4 +2,6 @@
*.bat text eol=crlf
*.jar binary
*.java text eol=lf
*.config text eol=lf
*.config text eol=lf
*.pem text eol=lf
*.srl text eol=lf