feat: Implement working draft of importing existing certificates #15

Merged
MarkL4YG merged 4 commits from feat/certificateImport into main 2024-11-23 10:51:57 +00:00
4 changed files with 10 additions and 3 deletions
Showing only changes of commit 3c583bad76 - Show all commits

1
.gitattributes vendored
View file

@ -5,3 +5,4 @@
*.config text eol=lf
*.pem text eol=lf
*.srl text eol=lf
*.md text eol=lf

View file

@ -11,7 +11,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:

View file

@ -11,7 +11,7 @@ concurrency:
jobs:
check-formatting:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:

6
docs/limitations.md Normal file
View file

@ -0,0 +1,6 @@
# List of known limitations
## OpenSSL incompatibilities
- Because of a bug in OpenSSL 3.0.3 and below, the ``-dateopt`` argument is broken.
Since we require the attribute to read the timestamps in a predictable manner, these versions are unsupported for now.
- Known affected: [Ubuntu 22](https://launchpad.net/ubuntu/jammy/+package/openssl)