Skip to content

A simple helper role for creating P12 and JKS keystores, usually for WebLogic and OHS.

License

Notifications You must be signed in to change notification settings

staylorx/ansible-role-keystore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

A small role to create identity keystores for WebLogic installs (mostly).

Requirements

This presumes the private key and signed certs are under /etc/pki/tls, /private and /certs respectively. p12 and jks files will be dropped under /etc/pki/tls/misc

Example Playbook

- hosts: admin
  become: yes
  become_user: root
  roles:
    - role: staylorx.keystore
      #Will create a forward and reverse chained cert if the bundles are in place
      prepare_bundle_certs: yes
      #If yes will copy the keystore to the below place as owner with the given name.
      keystore_copy: yes
      keystore_owner: oracle
      keystore_group: oinstall
      keystore_path: /home/oracle/certs
      keystore_name: identity

License

BSD, MIT

About

A simple helper role for creating P12 and JKS keystores, usually for WebLogic and OHS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages