I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
| package c.jbd.webflux.swagger; | |
| import java.math.BigDecimal; | |
| import java.util.Scanner; | |
| public class Compounding { | |
| public static void main(String[] args) { | |
| Scanner scanner = new Scanner(System.in); | |
| System.out.println("Interest rate: "); | |
| int interestRate = scanner.nextInt(); |