React-native is using gradle behind the scenes. Check it is correctly installed and used by the app by running the following command in app/android folder:
For cases when helm charts are hard to manipulate, the only solution remains bare kubernetes templates. And bellow is an example of how to do it with artifactory.
# Get the chart
helm fetch jfrog/artifactory
# Generate the Kubernetes template
helm template artifactory-VERSION.tgz > artifactory-template.yaml
# Deploy using the template
kubectl apply -f artifactory-template.yaml
Create a self-signed SSL Certificate using OpenSSL. SSL Certificate is a bit of code on your web server that provides security for your online communications. SSL certificate also contains identification information(i.e your organisational information).
Create .pem file => A .pem(Privacy Enhanced Mail) file is a container format that may just include the public certificate or the entire certificate chain (private key, public key, root certificates).
Create .pkcs12 file => A PKCS12(Public-Key Cryptography Standards) defines an archive-file format for storing server certificates, intermediate certificate if any and private key into a single encryptable file.
Setting up reverse DNS on an IP address allows mailbox providers to verify the sender when they do a reverse DNS lookup upon receipt of the emails you send. When you update your DNS provider with a DNS record provided by SMTP relay providers, and then send mail over your IP, the recipient’s email service provider performs a reverse DNS lookup (rDNS) using an A Record (address record). An A Record maps your domain to your IP address. When a mailbox provider looks up your A Record, they see your SMTP relay provider’s IP address. When they look at your IP address, they see the rDNS that match your A Record. This circular checking proves your SMTP relay IP association with your domain and your domain association with your SMTP relay IP.