Skip to content

Commit

Permalink
Add LDAP_TLS=true for openldap
Browse files Browse the repository at this point in the history
  • Loading branch information
bmamlin committed Mar 3, 2022
1 parent 582f038 commit 678a03a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
44 changes: 21 additions & 23 deletions files/ldap-stg/.env
@@ -1,24 +1,22 @@
$ANSIBLE_VAULT;1.1;AES256
66313233623532643330333837646366613132353639366338383439313039356564313737323637
3463356264346664633564613039616435396137653637300a656165613265313132343737636566
65626533616162333536383830303737623865653966323530383132396138386338383838396462
6461653838643934310a366363366461376266313630303433363763306634613363633862636636
65643231373238633234613237656338336334333864356662373931386235393137666562613739
62316434393333316566633263316361646532353230316230316437333533353836616162353864
35343864326162636464316562633565656136666464333936633764623932373363623163323033
39336131336533386432363437323630333735666238333839393539666432326263653565306561
65643739643366383264623732383962386332636665353933663333393139386563633339313731
36646137303162376138316537623263663136356333663730376265316162366135626438353433
36313165363866623630656638343666356435396238626432333566343939323961653564373632
65333033643536643738386331656531313736383636353837636364623039373531323032613038
66333734383039363733326465333732313165353039396231316531333836383965363230373435
61343034383862666237313363333131613464373730366539373738343639353538376130336464
30343639323538393239393535383262376334306664316433653133333533373537383164323635
62626332343239386566303632353764616530653036663065303461396433366632313161336666
36376532343664613463653232643066353764383033326266343864356532646333363136623131
64356162633730643065316566343162653432636134393063393232616334653531643964303562
62653363343736303533386165663531386635623163383463626538333036376135303736366634
31323836333364633436336566643030643232363266333237323132643934366436343035313430
32353030326263653566386535333733396634353733346630316439663637636137313039316363
39363730373937376462633365653639303233346539643333636333376232666163343630663938
613130313863313532313334333430626533
37353733663639303864383035336263623233316666623363643636666533393363333632636134
3365313063336533653034333733633565336539666430620a353135326265613462396363303336
62656263653532366433393061333931353238616334363036643938333864643064653562373435
6339383130336238370a393666303731663663323432356561396561306563356633643235346263
66393732353238643364643130343361643034646332383237326661666631356162316531616164
39353665366639326430376666656664653865333431383464613963613439313433353035663666
65616338636264333935333931613835346630383464316661363564646638313165356132613436
61303762346665666531636533616664343966363862383464623330343333326331616234326239
38653830666463646537306465396139363965346265336566313061376531643138623061353162
62346433396361653033396164336231623263656231613838313935393139356234626431353438
33356662636631376661623431623437376366613730646539323932363638656165333463623362
30393839306434366166313261336632633166356662636535633261343262666230623737353931
39376133656436323437336333343864653932626161393231366266313766316164386361393538
32336137366634306663346139633731393935316537383135323231396531323665333666656538
34646433376165386632343237623766323832663964313530613662383761353231613731363233
61656565396235653066646566653835326566646163333866306432333361653733346231636336
62643034376661646335666163343830613264363137393535656361656564303564643364396535
34373137396262336561633435396332633361346539353235346264346430626463303965353238
64373536323934656338636662386130356565356562653830383438663863363162316638333031
61613661363931633732386361353365393434373937396139653238613434643232386564646439
3833
1 change: 1 addition & 0 deletions files/ldap-stg/docker-compose.yml
Expand Up @@ -15,6 +15,7 @@ services:
LDAP_DOMAIN: ${LDAP_DOMAIN:-openmrs.org}
LDAP_ADMIN_PASSWORD: ${LDAP_ADMIN_PASSWORD:-admin}
LDAP_CONFIG_PASSWORD: ${LDAP_CONFIG_PASSWORD:-config}
LDAP_TLS: ${LDAP_TLS:-true}
LDAP_TLS_CRT_FILENAME: ${LDAP_TLS_CRT_FILENAME:-ldap.crt}
LDAP_TLS_KEY_FILENAME: ${LDAP_TLS_KEY_FILENAME:-ldap.key}
LDAP_TLS_CA_CRT_FILENAME: ${LDAP_TLS_CA_CRT_FILENAME:-ca.crt}
Expand Down

0 comments on commit 678a03a

Please sign in to comment.