Skip to content

Commit

Permalink
lets-encrypt-acme-client.js
Browse files Browse the repository at this point in the history
add jose to package.json
remove jose files
  • Loading branch information
FirstTimeEZ committed Dec 8, 2024
1 parent 6fc57e8 commit 244ca58
Show file tree
Hide file tree
Showing 87 changed files with 33 additions and 3,704 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
2 changes: 1 addition & 1 deletion acme.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

import * as jose from './jose/index.js';
import * as jose from 'jose';
import { generateCSRWithExistingKeys } from './crypt/csr.js';

const CONTENT_TYPE = "Content-Type";
Expand Down
9 changes: 0 additions & 9 deletions jose/LICENSE

This file was deleted.

30 changes: 0 additions & 30 deletions jose/index.js

This file was deleted.

27 changes: 0 additions & 27 deletions jose/jwe/compact/decrypt.js

This file was deleted.

26 changes: 0 additions & 26 deletions jose/jwe/compact/encrypt.js

This file was deleted.

161 changes: 0 additions & 161 deletions jose/jwe/flattened/decrypt.js

This file was deleted.

Loading

0 comments on commit 244ca58

Please sign in to comment.