5.4.103 • Published 10 months ago

@diotoborg/consequatur-sunt v5.4.103

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

AWS SSL Profiles

AWS RDS SSL Certificates Bundles.

Table of Contents


Installation

npm install --save @diotoborg/consequatur-sunt

Usage

mysqljs/mysql

const mysql = require('mysql');
const awsCaBundle = require('@diotoborg/consequatur-sunt');

// mysql connection
const connection = mysql.createConnection({
  //...
  ssl: awsCaBundle,
});

// mysql connection pool
const pool = mysql.createPool({
  //...
  ssl: awsCaBundle,
});

MySQL2

const mysql = require('mysql2');
const awsCaBundle = require('@diotoborg/consequatur-sunt');

// mysql2 connection
const connection = mysql.createConnection({
  //...
  ssl: awsCaBundle,
});

// mysql2 connection pool
const pool = mysql.createPool({
  //...
  ssl: awsCaBundle,
});

node-postgres

const pg = require('pg');
const awsCaBundle = require('@diotoborg/consequatur-sunt');

// pg connection
const client = new pg.Client({
  // ...
  ssl: awsCaBundle,
});

// pg connection pool
const pool = new pg.Pool({
  // ...
  ssl: awsCaBundle,
});

Custom ssl options

Using AWS SSL Profiles with custom ssl options:

{
  // ...
  ssl: {
    ...awsCaBundle,
    rejectUnauthorized: true,
    // ...
  }
}
{
  // ...
  ssl: {
    ca: awsCaBundle.ca,
    rejectUnauthorized: true,
    // ...
  }
}

License

AWS SSL Profiles is under the MIT License.


Security

Please check the SECURITY.md.


Contributing

Please check the CONTRIBUTING.md for instructions.


Acknowledgements

Contributors.

omitinferencefilterfull-widthrapidtrimStartfastcopyRxecmascriptjavascriptstatelessjshintless csssubprocesssomenamesserializationserializefromECMAScript 3equalhas-ownstreamsjsxapisimpledbstylinglockfilearraybabel-corehasOwnlruESnexttoolscoreterminalpolyfillexeccolumntc39operating-systemnopelintopensslpredictablegraphqlwafauthignoreUint32ArrayworkflowJSON-Schemamergesescreateemitslicemodulesfast-clonemaputilsgroupByiecall-boundprefixeventscollection.es6shebangWeakSetcertificatesArrayBuffer#slicequerystringfixed-widtharraysimportgetOwnPropertyDescriptorlazyrdsramdabootstrap lessspawnes2018performanceisConcatSpreadableURLreduxcryptenvironmentlocationgradients css3mruredactfunctionsextendglobal objectconfigimmutableES5formatRegExp#flagses2016accessorinspecttrimregexptrimLeftdirectoryES3helperssetPrototypeOfcloudsearchirqflagmacostermdatastructureObject.valuesqueuestringshrinkwrapreact-testing-libraryECMAScript 2021prettynpmignorearraybuffernpmyamltoolkitpreprocessorgetjapaneseerrorstatusutilitiestddphoneReflect.getPrototypeOfbundlingeventDispatcherES2021transpilerSymboleslintmapreducevaluesfastclonergbreactspeedECMAScript 2019bundlerpnpm9argvpicomatchObject.getPrototypeOfsymbolsjwtloadbalancingflagschildmetadataquoteframermockingbuffersfigletlistenersprivateconsoleparserurlemrwritablepathSystem.globalunicodesafeerror-handlingsnsargsl10ntouchpackagescssconcatMapprotopassword-0findLasteslint-pluginwhichamazonprotobufECMAScriptconfigurablefile systemkeyssymboltypeofiteratelengthArrayBuffervariables in csscloudtrail.gitignorepushexitObjectbyteOffsetdeepefficientbcryptdeterministicpyyamlfantasy-landgenericsdynamodbenumerablereact-hook-formassertionnodesuperstructcallbindjson-schemaObservablecss variableloggerES2016StyleSheetvisualdropcloudformationeslintplugin[[Prototype]]tslibbrowserlistmatchesserviceECMAScript 2022posestyled-componentspoint-freeMapchrometransportSetcallbackglobalThisbddrulescircularbinariesinternaldayjsqsbusyexecfilereplaypruneES2020stringifiertranspileHyBiwgetstoragegatewaylocalmkdirses2017awsexit-codeES2023specURLSearchParamsECMAScript 2023deep-clonepluginiterationstringifyredirectRFC-6455persistentfast-deep-cloneuser-streamsapollocomputed-typesuninstalles8es-shim APItypesPushreducerglobaltypesafeasteriskspostcssstableenvironmentsvarchannelponyfillObject.keysshimInt8ArraytesterutilsignedhandlerkoreanObject.assignidlestylelivemobilemkdirpFloat64Arrayback-endES2019sortedimmerauthenticationregular expressiongestureslastmixinswaapireact posedataviewkinesisES6_.extendformsrequesttrimRightless mixinsindicatorcodessuperagentwalksortoffsetserializerdiffmakewhatwgjsfunctionfnmatchmake dirprotocol-buffersdotenvtrimEndfastforEachECMAScript 2018chromiumtextnodejslinuxArray.prototype.filterlibphonenumberastansiobjectAsyncIteratorutil.inspectformattingswfbyteinstalleri18npackage.jsonchinesesyntaxerrorprototypepromisesqspreserve-symlinkspackage managerIteratorequalityECMAScript 2016weakmapchaies2015typedES8zxroute53sharedInt32Arrayreact animationperformantobjstarterrecursiveairbnbdom-testing-libraryanimationES2022cliform-validationletcallboundeffect-tseslintconfigstreamruntimeendpointes7removesharedarraybufferharmonyxtermES2015outputclonesymlinksES2018inlinkintrinsicarktypevarsclassnameownshamdomeverydescriptionajvvestArray.prototype.flatcurriedBigUint64Arrayio-tsbootstrap cssdescriptorsreadablestreamcontainsloggingflattencompile lessresolvegetintrinsicglobal this valuevalidationjQuerymulti-package
5.4.102

10 months ago

5.4.103

10 months ago

5.3.101

10 months ago

5.3.102

10 months ago

5.3.100

10 months ago

5.3.99

10 months ago

5.3.98

10 months ago

5.3.97

10 months ago

5.3.96

10 months ago

5.3.95

10 months ago

5.3.94

10 months ago

5.3.93

10 months ago

5.3.92

10 months ago

5.2.92

10 months ago

4.2.92

10 months ago

4.2.91

10 months ago

4.2.90

10 months ago

4.2.89

10 months ago

4.1.89

10 months ago

4.1.88

10 months ago

4.1.87

10 months ago

4.1.86

10 months ago

4.1.85

10 months ago

4.1.84

11 months ago

4.1.83

11 months ago

4.1.82

11 months ago

4.1.81

11 months ago

4.1.80

11 months ago

4.1.79

11 months ago

4.1.78

11 months ago

4.0.78

11 months ago

4.0.77

11 months ago

4.0.76

11 months ago

4.0.75

11 months ago

4.0.74

11 months ago

4.0.73

11 months ago

4.0.72

11 months ago

4.0.71

11 months ago

4.0.70

11 months ago

4.0.69

11 months ago

4.0.68

11 months ago

4.0.67

11 months ago

4.0.66

11 months ago

4.0.65

11 months ago

4.0.64

11 months ago

4.0.63

11 months ago

3.0.63

11 months ago

3.0.62

11 months ago

3.0.61

11 months ago

3.0.60

11 months ago

3.0.59

11 months ago

3.0.58

11 months ago

2.0.58

11 months ago

2.0.57

12 months ago

2.0.56

12 months ago

2.0.55

12 months ago

2.0.54

12 months ago

2.0.53

12 months ago

2.0.52

12 months ago

2.0.51

12 months ago

2.0.50

12 months ago

2.0.49

12 months ago

2.0.48

12 months ago

2.0.47

12 months ago

2.0.46

12 months ago

2.0.45

12 months ago

2.0.44

12 months ago

2.0.43

12 months ago

2.0.42

12 months ago

2.0.41

12 months ago

2.0.40

12 months ago

2.0.39

12 months ago

2.0.38

12 months ago

2.0.37

1 year ago

2.0.36

1 year ago

2.0.35

1 year ago

2.0.34

1 year ago

2.0.33

1 year ago

2.0.32

1 year ago

2.0.31

1 year ago

2.0.30

1 year ago

2.0.29

1 year ago

2.0.28

1 year ago

2.0.27

1 year ago

2.0.26

1 year ago

2.0.25

1 year ago

2.0.24

1 year ago

2.0.23

1 year ago

2.0.22

1 year ago

2.0.21

1 year ago

2.0.20

1 year ago

2.0.19

1 year ago

2.0.18

1 year ago

2.0.17

1 year ago

2.0.16

1 year ago

2.0.15

1 year ago

2.0.14

1 year ago

2.0.13

1 year ago

2.0.12

1 year ago

2.0.11

1 year ago

2.0.10

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago