Skip to content

Instantly share code, notes, and snippets.

View luneo7's full-sized avatar

Lucas Rogerio Caetano Ferreira luneo7

View GitHub Profile
@luneo7
luneo7 / aurora_instance_types.json
Created August 25, 2023 19:29
aurora instance types
{
"db.x2g.16xlarge": {
"vcpu": 64,
"mem": 1024,
"maxBandwidth": 19000,
"up": null,
"down": "db.x2g.12xlarge"
},
"db.x2g.12xlarge": {
"vcpu": 48,
@luneo7
luneo7 / rds_instance_types.json
Created August 21, 2023 18:44
RDS instance types
{
"db.t1.micro": {
"vcpu": 1,
"up": null,
"down": null,
"mem": 1
},
"db.t2.micro": {
"vcpu": 1,
"up": "db.t2.small",
@luneo7
luneo7 / CRLDistributionPointRevocationChecker.patch
Last active September 28, 2015 19:43
cas-server-support-x509 4.1.0 patchs to use cryptacular
--- CRLDistributionPointRevocationChecker.java 2015-09-18 10:09:53.000000000 -0300
+++ CRLDistributionPointRevocationChecker-new.java 2015-09-28 14:48:34.000000000 -0300
@@ -31,12 +31,12 @@
import org.jasig.cas.adaptors.x509.util.CertUtils;
import org.springframework.core.io.ByteArrayResource;
-
-import edu.vt.middleware.crypt.x509.ExtensionReader;
-import edu.vt.middleware.crypt.x509.types.DistributionPoint;
-import edu.vt.middleware.crypt.x509.types.DistributionPointList;