Skip to content

Commit

Permalink
csr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstTimeEZ committed Dec 13, 2024
1 parent 8928448 commit b013c39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple-csr-generator",
"author": "FirstTimeEZ",
"version": "3.0.1",
"version": "4.0.1",
"description": "Generates a Simple Certificate Signing Request (CSR) using existing public and private key pairs.",
"main": "csr.js",
"type": "module",
Expand All @@ -25,6 +25,6 @@
},
"homepage": "https://github.com/FirstTimeEZ/server-ssl",
"dependencies": {
"simple-asn1": "^3.0.1"
"simple-asn1": "^4.0.1"
}
}

0 comments on commit b013c39

Please sign in to comment.