
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
@peculiar/acme-data-dynamodb
Advanced tools
DynamoDB data module forAutomatic Certificate Management Environment (ACME) implementing RFC 8555 framework
@peculiar/acme-data-dynamodb
DynamoDB data module forAutomatic Certificate Management Environment (ACME) implementing RFC 8555 framework.
npm install @peculiar/acme-data-dynamodb
import * as data from "@peculiar/acme-data-dynamodb";
import { container } from "tsyringe";
// Register services in dependency injection container
data.DependencyInjection.register(container, {
accessKeyId: "AWS_ACCESS_KEY_ID",
secretAccessKey: "AWS_ACCESS_KEY",
region: "local",
endpoint: "http://localhost:8000",
});
{
id: { "S": String },
index: { "S": "acct#" },
parentId: { "S": String }, //KeyThumbprint
createdAt: { "S": String },
termsOfServiceAgreed: { "BOOL": Boolean },
key: {
"M": {
key_ops: { "L": [{ "S": String }] },
ext: { "BOOL": Boolean },
kty: { "S": String },
alg: { "S": String },
e: { "S": String },
n: { "S": String }
...others
}
},
contacts: { "L": [{ "S": String }] },
status: { "S": String }
},
{
id: { "S": String },
index: { "S": "order#HashIdentifier#Data" },
parentId: { "S": String }, //AccountId
identifier: { "S": String },
expires: { "S": String },
authorizations: { "L": [{ "S": String }] },
status: { "S": String }
certificate: { "M": {
thumbprint: { "S": String },
id: { "S": String },
rawData: { "S": String },
status: { "S": String }
}
},
},
{
id: { "S": String }, //CertificateThumbprint
index: { "S": "cert#" },
parentId: { "S": String }, //OrderId
},
{
id: { "S": String },
index: { "S": "authz#HashIdentifier#Data" },
parentId: { "S": String }, //AccountId
status: { "S": String }
expires: { "S": String },
orders: { "L": [{ "S": String }] }, //OrderId[]
identifier: { "M": {
type: { "S": String },
value: { "S": String }
}
},
}
{
id: { "S": String },
index: { "S": "challenge#" },
parentId: { "S": String }, //AuthorizationId
validated: { "S": String },
errorId: { "S": String },
type: { "S": String },
status: { "S": String },
token: { "S": String }
}
FAQs
DynamoDB data module forAutomatic Certificate Management Environment (ACME) implementing RFC 8555 framework
We found that @peculiar/acme-data-dynamodb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.