Creating initial configuration for FortiGate 6.x/7.0/7.4/7.6
============================================================

Initial configuration for the FortiGate device is prepared in a bootstrap CD-ROM
image. Once the device boots and the configuration is applied:

* Log in with username 'admin' and password 'admin'
* Check the applied configuration with "diagnose debug cloudinit show"
* Optionally, add any other configuration you might want to have burned into
  the vagrant box
* Execute "execute shutdown".
* Disconnect from console if needed (ctrl-] usually works).

If you don't like our initial configuration and would like to start with a
pristine one:

1. Execute "virsh change-media vm_box sda --eject" in another shell
2. Run "execute factoryreset" on the console
3. Log in with username 'admin' and empty password
4. Set the new 'admin' password to 'admin'
5. Apply your initial configuration

In the past, the following initial configuration was recommended
 
====================================================
config system admin
    edit "vagrant"
        set accprofile "super_admin"
        set ssh-public-key1 "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key"
        set password ENC SH28SLSP20eURl8us/aceUFwjdJOggVKBfSQSP8eZi2dyoNferE+lgfmTIitbE=
    next
end
config system interface
    edit "port1"
        set vdom "root"
        set mode dhcp
        set allowaccess ping https ssh http fgfm
    next
end
config system dns
    set primary 1.1.1.1
end
====================================================
